Open abaisero opened 1 year ago
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade
If it's still not working, please provide the log with --debug 2
, otherwise, nobody can help you.
I've already done both of those things
I am unable to get a certificate from letsencrypt using the tls-alpn-01 challenge method. My IPS blocks port 80, but leaves port 443 open, hence why I'm trying to use the tls-alpn challenge method. I cannot use the http-01 NOR the dns-01 challenges, it has to be something that works on port 443.
Steps to reproduce
I upgrade
acme.sh --upgrade
Zerossl does not implement tls-alpn as far as I understand, so first I change the default CA
acme.sh --set-default-ca --server letsencrypt
Then I try to issue the certificate; I turn my nginx instance off, and I run
acme.sh --issue -d abaisero.ddns.net --alpn --tlsport 443 --debug 2
It seems to work for a bit (longer than the http method), but then it fails as the connection gets refused; it almost looks like it's still trying to access the server on port 80, but I'm not really sure. I really need to find some way to get some certificate that works using ONLY the port 443, nothing else can or will ever work. Everywhere I look online they keep saying this should be possible.
Debug log