SSL routines:tls_process_client_hello:version too low

jriker1 nginx-forum at forum.nginx.org
Wed Sep 30 15:20:18 UTC 2020


I thought I could fix it by adding the below into the servr block for
remote.* but didn't help:

  ssl_dhparam /config/user-data/dhparam.pem;
  ssl_protocols TLSv1 TLSV1.1 TLSv1.2 TLSv1.3;
  ssl_prefer_server_ciphers on;
  ssl_ciphers
ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SH
  ssl_ecdh_curve secp384r1;
  ssl_session_timeout  10m;
  ssl_session_cache shared:SSL:10m;

Note the ssl_ciphers was longer but all I can pull thru telnet.  Also I
scanned the logs and personally didn't see anything

Below is the log since I don't see an attach option.  I turned it on, then
logged into the Remote Desktop Gatway website which is basically
remote.HIDDEN.net/remote and then launched a remote desktop session thru it
which should all route thru 443.  It failed again still and i stopped NGINX.
 IP 192.168.0.187 is my workstation trying to launch the remote session.

OK no logs.  Site says it's to long and pastebin won't take it.  Any
thoughts?

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289572,289618#msg-289618



More information about the nginx mailing list