NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.61k stars 2.63k forks source link

SSL alert number 112 #4024

Open fuatsengul opened 3 weeks ago

fuatsengul commented 3 weeks ago

Checklist

Describe the bug I have a Meteor application running on Docker behind NPM and NPM handles SSL with Letsencrypt. When I use NPM Version 2.11.3 I receive the following error message:

'Network error: wss://mysite.redacted/websocket: C07A8AED01000000:error:0A000458:SSL routines:ssl3_read_bytes:tlsv1 unrecognized name:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1586:SSL alert number 112\n

2.9.19 works without this issue.

Nginx Proxy Manager Version 2.11.3

To Reproduce It's very hard to provide same environment but maybe the error could be self explanatory enough to you.

Expected behavior Works without error.

Screenshots

Operating System Node 14 Docker image on Debian 12

Additional context NPM v2.9.19 works in the same setup.