Hello!
On Thu, Sep 18, 2014 at 11:02:18AM +0530, thunder hill wrote:
> Hi,
>
> I am getting ssl hand shake error. upstream server is running on 443 port.
> Enabled the debug in nginx.
> And the configuration is as follows.
[...]
> 2014/09/18 05:14:57 [debug] 2460#0: *1 SSL handshake handler: 1
Hi,
I am getting ssl hand shake error. upstream server is running on 443 port.
Enabled the debug in nginx.
And the configuration is as follows.
upstream backends {
server xyz.elb.amazonaws.com:443;
}
server {
listen 80;
server_name xyz-.elb.amazonaws.com;
locat