Hello!
On a testserver with domain dualbit.de I requested a new cert and made it available with apache server.
Now I have the problem that Firefox says it is not entierly trusted and the connection is not trusted.
Validated from: unknown
Cron executes 0 */2 * * * /usr/bin/certbot renew > /dev/null 2>&1
2020-08-22 22:00:04,485:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2020-08-22 22:00:04,536:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7
fdc4e8e0320> and installer <certbot._internal.cli.cli_utils._Default object at 0x7fdc4e8e0320>
2020-08-22 22:00:04,689:DEBUG:certbot.ocsp:Querying OCSP for /etc/letsencrypt/archive/smtp.dualbit.de/cert1.pem
2020-08-22 22:00:04,689:DEBUG:certbot.ocsp:openssl ocsp -no_nonce -issuer /etc/letsencrypt/archive/smtp.dualbit.de/chain1.pem -cert /etc/letsencr
ypt/archive/smtp.dualbit.de/cert1.pem -CAfile /etc/letsencrypt/archive/smtp.dualbit.de/chain1.pem -verify_other /etc/letsencrypt/archive/smtp.dua
lbit.de/chain1.pem -trust_other -timeout 10 -header Host=ocsp.int-x3.letsencrypt.org -url http://ocsp.int-x3.letsencrypt.org
2020-08-22 22:00:14,709:DEBUG:certbot.ocsp:Error while running openssl ocsp -no_nonce -issuer /etc/letsencrypt/archive/smtp.dualbit.de/chain1.pem
-cert /etc/letsencrypt/archive/smtp.dualbit.de/cert1.pem -CAfile /etc/letsencrypt/archive/smtp.dualbit.de/chain1.pem -verify_other /etc/letsencr
ypt/archive/smtp.dualbit.de/chain1.pem -trust_other -timeout 10 -header Host=ocsp.int-x3.letsencrypt.org -url http://ocsp.int-x3.letsencrypt.org.
Timeout on connect
Error querying OCSP responder
2020-08-22 22:00:14,710:INFO:certbot.ocsp:OCSP check failed for /etc/letsencrypt/archive/smtp.dualbit.de/cert1.pem (are we offline?)
2020-08-22 22:00:14,744:INFO:certbot._internal.renewal:Cert not yet due for renewal
2020-08-22 22:00:14,746:DEBUG:certbot._internal.plugins.selection:Requested authenticator standalone and installer None
2020-08-22 22:00:14,746:DEBUG:certbot._internal.renewal:no renewal failures
I don’t know what’s wrong.
Andreas