On Wed, Mar 4, 2009 at 9:41 AM, Andres Morey <[email protected]> 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 Error: 336027900 error:140760FC:SSL > routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS > port!? > Connection closed to child 9 with abortive shutdown > > This is extremely worrying. Does anybody know how to fix these SSL errors?
Your connecting a to a HTTP port with HTTPS. It's probably just your config -- maybe you have <virtualhsot *> and need *:80 and *:443? A quick check is to connect to port 443 with HTTP and see if you get a response. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
