RE: SSL accept error

2007-04-22 Thread David Schwartz
> Well, client initially sends a http request to port 80 and my web > server redirects the client to use https using 302 http header if > SSL is enabled in my switch. As a result of that, client would resend > https request to port 443. However I do not understand why that should > cause this prob

Re: SSL accept error

2007-04-22 Thread Marek Marcola
Hello, > Well, client initially sends a http request to port 80 and my web > server redirects the client to use https using 302 http header if SSL > is enabled in my switch. As a result of that, client would resend > https request to port 443. However I do not understand why that should > cause thi

Re: SSL accept error

2007-04-22 Thread nagaraj
Well, client initially sends a http request to port 80 and my web server redirects the client to use https using 302 http header if SSL is enabled in my switch. As a result of that, client would resend https request to port 443. However I do not understand why that should cause this problem. There

RE: SSL accept error

2007-04-21 Thread David Schwartz
> I see this error in my web server log when I try to connect > using IE or Firefox. Does anybody know why this could be happening ? > 04/15/2007 03:36:22.22 SSL_accept failed - > error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol > 04/15/2007 03:35:52.08 SSL_accept failed -

SSL accept error

2007-04-20 Thread nagaraj
I see this error in my web server log when I try to connect using IE or Firefox. Does anybody know why this could be happening ? 04/15/2007 03:36:22.22 SSL_accept failed - error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol 04/15/2007 03:35:52.08 SSL_accept failed - error:14076

Re: Accept error

2005-11-15 Thread Alexis Lefort
No one can help me? :( Alexis Lefort wrote: I have forgotten one thing, the call to SSL_connect() returns "-1", and SSL_get_error() returns SSL_ERROR_SYSCALL. The error string is empty and errno is NULL. Alexis Lefort wrote: Hi list, When my client (0.9.8a) tries to con

Re: Accept error

2005-11-10 Thread Alexis Lefort
I have forgotten one thing, the call to SSL_connect() returns "-1", and SSL_get_error() returns SSL_ERROR_SYSCALL. The error string is empty and errno is NULL. Alexis Lefort wrote: Hi list, When my client (0.9.8a) tries to connect (SSL_connect) to an "openssl s_server"(0.9.7g) (openssl

Accept error

2005-11-10 Thread Alexis Lefort
Hi list, When my client (0.9.8a) tries to connect (SSL_connect) to an "openssl s_server"(0.9.7g) (openssl s_server -cert server_cert.pem -key server_priv_key.pem), the server crashes: gethostbyname failure 0 items in the session cache 0 client connects (SSL_connect()) 0 client renegotia