RE: multiple ssl servers on the same box?

2000-11-05 Thread hirntod
Hi, On Fri, 3 Nov 2000, David Schwartz wrote: > > > But if the server is both www.example.com and www.example.org, > > then you're out of luck. > > If you only use one key, can you send two certs? Or can the same cert sign > for two names? > > DS How Please explain ! thanks

My session caching is flaky...

2000-11-05 Thread Scott Goodwin
I'm using OpenSSL 0.9.5a.   The behavior:   1. First hit from browser: session id is generated     and stored in cache.   2. Second hit: session id is found in the cache     and used as expected.   3. Third hit: session id is found, but *not* used;     a new session id is created and store

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