Apache 2 SSL Error

2005-07-05 Thread Todd Suits
I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54 from ports. I generated SSL certs just for testing purposes. I'm not able to get any response at all from the server on SSL unless I set the Listen :443 directive in the httpd.conf as where I

Re: Apache 2 SSL Error

2005-07-05 Thread Andrew L. Gould
On Tuesday 05 July 2005 11:01 am, Todd Suits wrote: I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54 from ports. I generated SSL certs just for testing purposes. I'm not able to get any response at all from the server on SSL unless I set

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
https:// is what im trying to use. http:// just brings my normal index.html page. On 7/5/05, Andrew L. Gould [EMAIL PROTECTED] wrote: On Tuesday 05 July 2005 11:01 am, Todd Suits wrote: I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54

Re: Apache 2 SSL Error

2005-07-05 Thread [EMAIL PROTECTED]
On Tue, 5 Jul 2005 14:21:03 -0400 Todd Suits [EMAIL PROTECTED] wrote: https:// is what im trying to use. http:// just brings my normal index.html page. ---cut--- I get the following error in httpd-error.log: [Tue Jul 05 10:15:28 2005] [error] [client 24.123.123.123] Invalid

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
I have no problem accessing other https sites and there is not a router, the jail is set up on a dedicated server in a data center where serives like this are provided. On 7/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, 5 Jul 2005 14:21:03 -0400 Todd Suits [EMAIL PROTECTED] wrote:

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
As an update the command: $ openssl s_client -connect localhost:443 -state -debug from the Apache documents, produces the following output: killians# openssl s_client -connect localhost:443 -state -debug CONNECTED(0003) SSL_connect:before/connect initialization write to 0809A500 [080B1000]

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
Sorry for all the responses but Googling has brought up possible problems or questions. I am starting Apache with /usr/local/sbin/apachectl startssl is this correct for the FreeBSD compiled version? On 7/5/05, Todd Suits [EMAIL PROTECTED] wrote: As an update the command: $ openssl s_client

Re: Apache 2 SSL Error

2005-07-05 Thread jdyke
Todd Suits wrote: Sorry for all the responses but Googling has brought up possible problems or questions. I am starting Apache with /usr/local/sbin/apachectl startssl is this correct for the FreeBSD compiled version? you don't *have to* use that, you can just use

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
Jeff You are correct! I was not starting Apache with SSL. I knew I had to use the startssl command however I was using webmin for ease of clicking start and stop and I had entered startssl in the wrong box in the module config so therefor I was not starting Apache with SSL. Once I started with