-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
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.
Aissaoui-Ahmed