You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When trying to create or renew a certificate via the WebGUI I get an internal error. Checking the logs I see the following error:
[4/23/2024] [10:30:31 AM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[4/23/2024] [10:30:31 AM] [Nginx ] › ℹ info Reloading Nginx
[4/23/2024] [10:30:31 AM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[4/23/2024] [10:30:36 AM] [SSL ] › ℹ info Requesting Let'sEncrypt certificates for Cert #45: my.domain.com
[4/23/2024] [10:30:36 AM] [SSL ] › ℹ info Command: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-45" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "my.domain.com"
[4/23/2024] [10:30:36 AM] [Global ] › ⬤ debug CMD: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-45" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "my.domain.com"
[4/23/2024] [10:30:36 AM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/temp/letsencrypt_45.conf
[4/23/2024] [10:30:37 AM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"
[4/23/2024] [10:30:37 AM] [Nginx ] › ℹ info Reloading Nginx
[4/23/2024] [10:30:37 AM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload
[4/23/2024] [10:30:37 AM] [Express ] › ⚠ warning Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
An unexpected error occurred:
requests.exceptions.SSLError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)')))
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
Nginx Proxy Manager Version
v2.11.1
To Reproduce
Steps to reproduce the behavior:
Go to 'SSL Certificates'
Click on any certificate and select 'Renew Now'
See 'Internal Error'
or
Go to 'Proxy Hosts'
Click on 'Add Proxy Host'
Fill out necessary information and select "Request anew SSL Certifcate'
Click 'Save'
See 'Internal Error'
Expected behavior
Adding and renewing certificates should work without error.
Operating System
Hetzner vServer running Debian 12
EDIT:
I can use curl https://acme-v02.api.letsencrypt.org/directory from my host system without problems, but the same command from within the containers returns the following error: curl: (35) OpenSSL/3.0.11: error:0A000458:SSL routines::tlsv1 unrecognized name.
EDIT 2:
Creating a completely new container on the same host results in the same error.
Also I can't curl any HTTPS connection from within the container:
curl https://google.com
curl: (35) OpenSSL/3.0.11: error:0A000458:SSL routines::tlsv1 unrecognized name
The text was updated successfully, but these errors were encountered:
dataprolet
changed the title
Can't create or renew certs becasue of SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)'))
Can't create or renew certs because of SSLError(SSLError(1, '[SSL: TLSV1_UNRECOGNIZED_NAME] tlsv1 unrecognized name (_ssl.c:992)')).
Apr 24, 2024
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
When trying to create or renew a certificate via the WebGUI I get an internal error. Checking the logs I see the following error:
Nginx Proxy Manager Version
v2.11.1
To Reproduce
Steps to reproduce the behavior:
or
Expected behavior
Adding and renewing certificates should work without error.
Operating System
Hetzner vServer running Debian 12
EDIT:
I can use
curl https://acme-v02.api.letsencrypt.org/directory
from my host system without problems, but the same command from within the containers returns the following error:curl: (35) OpenSSL/3.0.11: error:0A000458:SSL routines::tlsv1 unrecognized name
.EDIT 2:
Creating a completely new container on the same host results in the same error.
Also I can't curl any HTTPS connection from within the container:
The text was updated successfully, but these errors were encountered: