Re: configure a test SSL

2009-08-31 Thread Eric Shubert
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" > > > > > > Keith Smith > > > --- On Mon, 8/31/09, Alex Dean wrote: > >> From: Alex Dean >> Subject: Re: configure a test SSL >> T

Re: configure a test SSL

2009-08-31 Thread keith smith
everyone who pushed me in the right direction!! Keith Smith --- On Mon, 8/31/09, Alex Dean wrote: > From: Alex Dean > Subject: Re: configure a test SSL > To: "Main PLUG discussion list" > Date: Monday, August 31, 2009, 7:06 PM > On Aug 31, 2009,

Re: configure a test SSL

2009-08-31 Thread Alex Dean
On Aug 31, 2009, at 8:50 PM, keith smith wrote: Here it is. Thanks! Also log shows this about 10 times [Mon Aug 31 18:30:09 2009] [warn] RSA server certificate CommonName (CN) `newcart.dev' does NOT match server name!? DocumentRoot "/work/dev/newcart.dev" ServerName newcart.dev:443

Re: configure a test SSL

2009-08-31 Thread keith smith
live ssl-unclean-shutdown \ ## downgrade-1.0 force-response-1.0 ##CustomLog logs/ssl_request_log \ ## "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Keith Smith --- On Mon, 8/31/09, Alex Dean wrote: > From: Alex Dean > Subject: R

Re: configure a test SSL

2009-08-31 Thread Eric Shubert
Alex Dean wrote: > > On Aug 31, 2009, at 7:08 PM, keith smith wrote: > >> openssl s_client -showcerts >> >> returns >> >> connect: Connection refused >> connect:errno=29 >> > > no idea on that one. > >> >> and when I try to access the site with https I get >> >> >> Secure Connection Failed >> >

Re: configure a test SSL

2009-08-31 Thread Alex Dean
On Aug 31, 2009, at 7:08 PM, keith smith wrote: openssl s_client -showcerts returns connect: Connection refused connect:errno=29 no idea on that one. and when I try to access the site with https I get Secure Connection Failed An error occurred during a connection to newcart.dev. SSL

Re: configure a test SSL

2009-08-31 Thread keith smith
, 8/31/09, Alex Dean wrote: > From: Alex Dean > Subject: Re: configure a test SSL > To: "Main PLUG discussion list" > Date: Monday, August 31, 2009, 3:23 PM > > On Aug 31, 2009, at 4:30 PM, keith smith wrote: > > > > > Where do I want to put

Re: configure a test SSL

2009-08-31 Thread Eric Shubert
Thank you! > > > Keith Smith > > > --- On Mon, 8/31/09, Alex Dean wrote: > >> From: Alex Dean >> Subject: Re: configure a test SSL >> To: "Main PLUG discussion list" >> Date: Monday, August 31, 2009, 1:39 PM >> >

Re: configure a test SSL

2009-08-31 Thread Alex Dean
On Aug 31, 2009, at 4:30 PM, keith smith wrote: Where do I want to put these files? In /etc/httpd/conf.d ? and then I will need to setup the virtual host to use port 443 in the ssl.conf ? Correct? You can put them wherever you want. Reference them with SSLCertificateKeyFile and SSLCer

RE: configure a test SSL

2009-08-31 Thread Bob Elzer
Here's another page http://www.tc.umn.edu/~brams006/selfsign.html -Original Message- From: plug-discuss-boun...@lists.plug.phoenix.az.us [mailto:plug-discuss-boun...@lists.plug.phoenix.az.us] On Behalf Of keith smith Sent: Monday, August 31, 2009 1:37 PM To: Main PLUG discussion list S

Re: configure a test SSL

2009-08-31 Thread keith smith
Where do I want to put these files? In /etc/httpd/conf.d ? and then I will need to setup the virtual host to use port 443 in the ssl.conf ? Correct? Keith Smith --- On Mon, 8/31/09, Alex Dean wrote: > From: Alex Dean > Subject: Re: configure a test SS

Re: configure a test SSL

2009-08-31 Thread keith smith
--- On Mon, 8/31/09, Nathan England wrote: > From: Nathan England > Subject: Re: configure a test SSL > To: "Main PLUG discussion list" > Cc: "Keith Smith" > Date: Monday, August 31, 2009, 1:47 PM > On Monday 31 August 2009 01:37:03 pm > ke

Re: configure a test SSL

2009-08-31 Thread Nathan England
On Monday 31 August 2009 01:37:03 pm keith smith wrote: > > Hi I am running > > Fedora Core 5 (I know it is a little old) > Apache/2.2.0 > > Local. > > I would like to setup a test SSL on my server that is on a private IP and > used for testing. > > Is there a way to configure a test SSL? >

Re: configure a test SSL

2009-08-31 Thread keith smith
Yes a self-signed certificate. Thank you! Keith Smith --- On Mon, 8/31/09, Alex Dean wrote: > From: Alex Dean > Subject: Re: configure a test SSL > To: "Main PLUG discussion list" > Date: Monday, August 31, 2009, 1:39 PM > > On Aug

Re: configure a test SSL

2009-08-31 Thread Alex Dean
On Aug 31, 2009, at 3:37 PM, keith smith wrote: Hi I am running Fedora Core 5 (I know it is a little old) Apache/2.2.0 Local. I would like to setup a test SSL on my server that is on a private IP and used for testing. Is there a way to configure a test SSL? You mean like a self-signed