[us...@httpd] SSL errors

2010-09-08 Thread Yang Zhang
I'm running a (self-signed) SSL cert site on Apache/2.2.14 on Ubuntu 10.04, but various browsers are giving errors on half the connection attempts, and wget too: $ wget --no-check-certificate https://dev.partyondata.com/deps/ --2010-09-08 19:30:26-- https://dev.partyondata.com/deps/ Resolving

Re: [us...@httpd] SSL ERRORS

2009-03-05 Thread Andres Morey
The problem isn't talking to port 443 with HTTP because accessing http://localhost:443/ gives me a "Bad Request" error.This is the error I am getting after every request:(70007)The timeout specified has expired: SSL input filter read failed.and these are the errors I get after a graceful

[us...@httpd] SSL ERRORS

2009-03-04 Thread Andres Morey
Hi All, If you turn on your LogLevel to info you will see the following errors in your apache log: (70007)The timeout specified has expired: SSL input filter read failed. SSL library error 1 in handshake SSL Library Error: 336027900 error:140760FC:SSL

Re: [us...@httpd] SSL ERRORS

2009-03-04 Thread Eric Covener
On Wed, Mar 4, 2009 at 9:41 AM, Andres Morey and...@octopart.com wrote: Hi All, If you turn on your LogLevel to info you will see the following errors in your apache log: (70007)The timeout specified has expired: SSL input filter read failed. SSL library error 1 in handshake SSL Library

Re: [us...@httpd] SSL ERRORS

2009-03-04 Thread Andres Morey
I don't think the problem is talking to port 443 with HTTP. Here's the apache response when I access http://localhost:443/: Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS