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 restart:
SSL handshake failed: HTTP spoken on HTTPS port; trying to send HTML error page SSL Library Error: 336027804 error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request speaking HTTP to HTTPS port!?
If possible, could you set your LogLevel to info to see if you are seeing these errors as well? I have noticed these errors with Apache 2.2.11 on linux and on OS X. I'm attaching my apache config file to this email.
Thanks for helping me debug this!
-Andres
|
httpd.conf
Description: Binary data
On Mar 4, 2009, at 9:55 AM, Eric Covener wrote: 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 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 cove...@gmail.com--------------------------------------------------------------------- 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: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.orgFor additional commands, e-mail: users-h...@httpd.apache.org
|