SOLVED ERROR: SSL Handshake

Status
Not open for further replies.

dexxter1911

Cadet
Joined
Apr 1, 2016
Messages
4
Hey Guys,
my Server worked flawless until today. I can access all Plugins and Shares.
The WebGUI however gives me a "unexpected disconnect" error.
I can connect via SSH to the NAS. I already rebootet the Server two times and also restartet the GUI with:
Code:
service nginx restart
service django resart

No Errors in the output there.

In "/var/log/nginx-error.log" when I try to connect following error spams in the log:
Code:
2016/04/01 17:27:15 [crit] 9131#0: *2 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443
2016/04/01 17:27:15 [crit] 9131#0: *4 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443
2016/04/01 17:27:15 [crit] 9131#0: *5 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443
2016/04/01 17:27:15 [crit] 9131#0: *6 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443
2016/04/01 17:27:15 [crit] 9131#0: *7 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443
2016/04/01 17:27:16 [crit] 9131#0: *9 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443
2016/04/01 17:27:16 [crit] 9131#0: *10 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking, client: 10.1.10.19, server: 10.1.10.47:443


Dmesg and Messages dont show abnormal messages.

The access over HTTPS worked since Day 1 with a selfsigned Cert.

I already searched for this failure but couldn't find anything.

Many thanks in advance

EDIT:

Build Version: FreeNAS-9.10-STABLE-201603252134

CPU: AMD Phenom II X4 955 (Quad Core)
RAM: 12GB Non-ECC
Mainboard: MSI 770-C45
Drives: 3x 2TB WD Red in RAID Z1
 
Last edited:
D

dlavigne

Guest
Sounds like a bug report. When you create it, post the issue number here. I'm not sure if https://bugs.freenas.org/issues/14214 is related, so probably worth mentioning. eg I'm assuming you're having issues connecting to GUI over HTTPS? or is it just the errors that are new?
 

dexxter1911

Cadet
Joined
Apr 1, 2016
Messages
4
If its a bug I have no Idea how it happend. I havn't done an update or anything. Yes I can't connect over HTTPS or HTTP but I'm not sure if I turned HTTP completly off. At the moment I have completly no access to the GUI. I havn't looked in the logs before the Error so I don't know if they occoured before too.
In the Issue you posted is a certificate Error in a plugin (crashplan) if I read it correctly.

The Issue is filed under: https://bugs.freenas.org/issues/14400
 
Last edited:

dexxter1911

Cadet
Joined
Apr 1, 2016
Messages
4
Update:
I don't have changed anything. But the Problem solved it self as it seems.
The SSL Error in the logfile is gone and I can access the GUI now as before.
I have no idea what's different now.

Thanks for your help.
 

koendb

Cadet
Joined
Jan 15, 2016
Messages
7
I actually have the same issue, but only when I try to play around with client certificate verification within freenas.
I do not have the issue otherwise.

2016/04/02 18:22:03 [crit] 22835#0: *3 SSL_shutdown() failed (SSL: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init) while SSL handshaking

FreeNAS-9.10-STABLE-201603252134 (412fb1c)
 
Status
Not open for further replies.
Top