Not sure if they are relevant but went thru the entire log. Found these
references. Guessing related but not sure they tell me personally
anything:
2020/09/30 09:56:48 [debug] 17117#17117: *7 http run request:
"/remoteDesktopGateway/?"
2020/09/30 09:56:48 [debug] 17117#17117: *7 http upstream c
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-
> "TLS-only" might work if you use "stream" rather than "mail", so that
> nginx is the TLS-termination of an otherwise-opaque stream of traffic.
Thanks for the hint. I think I can omit starttls support and use only TLS
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,289589,289617#msg-2