Welcome! Log In Create A New Profile

Advanced

peer closed connection in SSL handshake while SSL handshaking

gp
July 01, 2014 06:39PM
Hello,

I am seeing an odd thing occur in the error logs. We are developing an API, and when our mobile devices first hit the nginx server after waking up, the mobile device is rejecting the ssl cert. In the logs, we see that the ssl handshake is being closed.

[info] 1450#0: *16 peer closed connection in SSL handshake while SSL handshaking, client: IP, server: 0.0.0.0:443

Oddly enough, if we hit the API again (or any subsequent time before the device is turned off), this problem does not reoccur - only on the first access.

The sites are configured pretty vanilla right now:
server_name SERVERNAME;
listen 443;
ssl on;
ssl_certificate ssl/newRSA.crt;
ssl_certificate_key ssl/newRSA.key;
root /www;
index index.html index.htm index.php;

If anybody has any pointers, that would be great.

Thanks
Subject Author Posted

peer closed connection in SSL handshake while SSL handshaking

gp July 01, 2014 06:39PM

Re: peer closed connection in SSL handshake while SSL handshaking

gp July 01, 2014 06:40PM

Re: peer closed connection in SSL handshake while SSL handshaking

x64architecture July 01, 2014 08:30PM

Re: peer closed connection in SSL handshake while SSL handshaking

gp July 02, 2014 09:02AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 244
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