That really depends on what you want to do.  If you want your cgi script
to open its own SSL connection, you need to install the perl SSL module
(crypt:ssleay, or something like that - I've never used it myself).  If
you just want to make your script work on a secure http connection, just
configure the secure site with a cgi-bin directory, and put your script
there.  You don't really need to do anything special.  I wrote a
slideshow cgi script in perl that works on both sides of my site without
modification.
Depending on what you want to do, of course.  I suppose there are
situations I am not aware of when it comes to perl and cgi.  But give it
a try.  Worst that can happen is it won't work :)

Lou

"Guymon R. Hall" wrote:
> 
> hi.  i'm writing some perl/cgi scripts for one of my classes and would like
> to use openssl at some point in the near future.  openssl is installed and
> working on the server.  my question is simple: how do i get started?  i've
> read the man page but that hasn't helped much.  if you're willing to take
> the time to instruct me on the basics i'd appreciate it, or if you'd rather
> not take the time could you tell me where i can find out what the info i
> need (tutorials, etc.)?  thanks.
> 
> Guymon R. Hall
> 664 N. Leverett #25
> Fayetteville, AR  72701
> (501) 571-3448 (home) (501) 530-7904 (cell)
> [EMAIL PROTECTED]
> http://www.engr.uark.edu/~ghall
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.193 / Virus Database: 93 - Release Date: 09/19/2000
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to