[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SSL error
- To: "Craig R. Saunders" <http://www.mtrad.com/~crs>, http://www.outformations.com/~dek,   http://dummy.us.eu.org/robert, http://www.digitalspinner.com/~sean
- Subject: Re: SSL error
- From: "Craig R. Saunders" <http://www.mtrad.com/~crs>
- Date: Sat, 14 May 2005 17:31:21 -0700
Okay, I'm sharing this piecemeal with folks because I'm squishing this 
between other things going on and I don't know when I can do the next step, 
although I know I'll have a complete answer by tomorrow evening...
My previous experience with ssl was on Apache pre-1.3.  Things have changed 
with Apache 2.  So this presents me an educational opportunity!  :*)  I 
fired up XAMPP on my laptop and started playing with the ssl.conf in the 
apache/conf directory.  In the default config, apache doesn't answer https 
requests.  However, when I changed
<VirtualHost _default_:443>
to
 <VirtualHost 127.0.0.1:443>
It all started to work with https.
The next step is to figure out how this translates to the ssl.conf on the 
net.tpl.org web server...
Cheers,
Craig