-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Closed as not planned
Copy link
Description
Describe the bug
Unable to access https://nginxproxymanager.com after visiting the screenshots page. Chrome throws ERR_SSL_PROTOCOL_ERROR and here is the curl response:
➜ ~ curl -v https://nginxproxymanager.com/setup/
* Trying 2600:9000:2349:8e00:2:8434:1380:93a1:443...
* Connected to nginxproxymanager.com (2600:9000:2349:8e00:2:8434:1380:93a1) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* error:1408F10B:SSL routines:ssl3_get_record:wrong version number
* Closing connection 0
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
This happens on both my Chromebook on version 100.0.4896.133, and my iMac on Monterey.
To Reproduce
Steps to reproduce the behavior:
- Go to screenshots page on the official website
- Reload
- Gets SSL error
Expected behavior
Should be able to access the website normally.