Hi,

I want to start working with a server that uses a secure connection. I have this perl script i'm working on that requires the user to enter his login name and password. Basically i want to use ssl so his name/pw is encrypted while being sent to my server for validation. However, I do not want to pay for a SSL certificate from one of the major companies like Thawte, VeriSign, or GeoTrust. I heard that there was a way where you can just use OpenSSL or something? I'm on a windows machine and the IIS program allows you to provide a SSL certificate? Is the process of making your own SSL certificate easy? Even if its not validated and gives the annoying prompt, it doesn't matter since all i'm using this ssl connection for is to secure the data being transferred (rather then having credibility with the client).

tanger

In reply to OT: SSL for user login/pw by tanger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.