Guten Abend alle Zusammen,
habe ein Problem beim Einbinden meines ical-Kalendar:
2017.03.12 18:05:11.771 1: Calendar myCalendar: retrieval failed with error message <hidden>: Can't connect(2) to https://www.example.me:8445: SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Der eingerichtete Link funktioniert im Browser ohne Probleme.
Auf den Zielserver wird ein Zertifikat von Letsentcrypt genutzt.
Folgende Config am Server wurden schon ausprobiert:
# SSL protocols to use, space-separated list of protocols
# (SSLv3 TLSv1 TLSv1.1 TLSv1.2); prefix with ! to lock out a protocol.
#ssl_protocols =
ssl_protocols = !SSLv2 !SSLv3
# SSL ciphers to use, set to 'ALL' for backward compatibility
#ssl_ciphers = ALL
#ssl_ciphers = ALL:!LOW:!SSLv2:!EXP:!aNULL
ssl_ciphers = EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+RC4:EECDH EDH+aRSA:RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS
Ich kann jedes mal über Firefox die Datei downloaden.
Ich hoffe mir kann jemand helfen.
Danke!