if its a problem on the server, then u need check your webserver config for HTTPS requests.for apache webserver try to google LoadModule with SSL .
on the HTML side, ..
ok im not assuming anything about how experienced you are so please excuse if this is obvious
to see if the values are being passed u can change the form method to GET, instead of POST.
You would see the name=value tags in the url.
Else even using post you can see the data
Just
by using the debugging facilities or plug-in of your favorite browser to LooK at the HTTPS GET/POST data that is being sent and that is being received.
The temporal difficulty with perl is u need to know C well to know the awesome.else u just keep *using* it and writing inefficient code
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.