February 08, 2012 01:45AM
A similar problem occurred in my case.
Following is the ssl server configuration.
At first I used AJP.
But after I could not find a corresponding directive to proxy_ssl_session_reuse, I changed to proxy.

upstream loadbalancer {
server 127.0.0.1:8080;

keepalive 100;
}

server {
listen 443 default ssl;
ssl on;

......

location / {
#access_log off;
#ajp_pass loadbalancer;
proxy_pass http://loadbalancer;
proxy_ssl_session_reuse off;
}
}


Here's the error log:
2012/02/08 15:03:49 [info] 13273#0: *1 SSL_do_handshake() failed (SSL: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown) while SSL handshaking,

Any help would be greatly appreciated!
Thanks in advance!
Subject Author Posted

Intermittent "504 SSL_do_handshake() failed"

terminal October 24, 2010 02:23PM

Re: Intermittent "504 SSL_do_handshake() failed"

Igor Sysoev October 24, 2010 02:36PM

Re: Intermittent "504 SSL_do_handshake() failed"

terminal October 24, 2010 03:04PM

Re: Intermittent "504 SSL_do_handshake() failed"

zealot83 February 08, 2012 01:45AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 154
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready