Re: perl/cgi and openssl

2000-11-05 Thread Louis LeBlanc
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 configur

perl/cgi and openssl

2000-11-04 Thread Guymon R. Hall
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 tak