Hello,
I just got done building my first NAS and wanted to setup Email reporting. I run my own mailserver and had to enable TLS v1.0 to get FreeNAS to connect. Is there no support for v1.1 or v1.2 or did I miss some setting?
This is my mailserver log with TLS1 enabled:
This is my mailserver log with only TLS1.1 & TLS1.2 allowed:
And this is the FreeNAS maillog for the failed connection:
Thanks for your help and for FreeNAS. I still have a lot of reading to do and this forum is invaluable.
I just got done building my first NAS and wanted to setup Email reporting. I run my own mailserver and had to enable TLS v1.0 to get FreeNAS to connect. Is there no support for v1.1 or v1.2 or did I miss some setting?
This is my mailserver log with TLS1 enabled:
Code:
Anonymous TLS connection established from ip-xx-xx-xx-xx.unity-media.net[xx.xx.xx.xx]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
This is my mailserver log with only TLS1.1 & TLS1.2 allowed:
Code:
SSL_accept error from ip-xx-xx-xx-xx.unity-media.net[xx.xx.xx.xx]: -1 warning: TLS library problem: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:647:
And this is the FreeNAS maillog for the failed connection:
Code:
Nov 26 10:45:55 freenas freenas[2612]: Traceback (most recent call last): Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/www/freenasUI/../freenasUI/common/system.py", line 182, in send_mail Nov 26 10:45:55 freenas freenas[2612]: local_hostname=local_hostname) Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/smtplib.py", line 781, in __init__ Nov 26 10:45:55 freenas freenas[2612]: SMTP.__init__(self, host, port, local_hostname, timeout) Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/smtplib.py", line 251, in __init__ Nov 26 10:45:55 freenas freenas[2612]: (code, msg) = self.connect(host, port) Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/smtplib.py", line 311, in connect Nov 26 10:45:55 freenas freenas[2612]: self.sock = self._get_socket(host, port, self.timeout) Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/smtplib.py", line 787, in _get_socket Nov 26 10:45:55 freenas freenas[2612]: new_socket = ssl.wrap_socket(new_socket, self.keyfile, self.certfile) Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/ssl.py", line 392, in wrap_socket Nov 26 10:45:55 freenas freenas[2612]: ciphers=ciphers) Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/ssl.py", line 148, in __init__ Nov 26 10:45:55 freenas freenas[2612]: self.do_handshake() Nov 26 10:45:55 freenas freenas[2612]: File "/usr/local/lib/python2.7/ssl.py", line 310, in do_handshake Nov 26 10:45:55 freenas freenas[2612]: self._sslobj.do_handshake() Nov 26 10:45:55 freenas freenas[2612]: error: [Errno 54] Connection reset by peer
Thanks for your help and for FreeNAS. I still have a lot of reading to do and this forum is invaluable.