Hello,
I have a similar problem, but even wors behaviour:
on Server Tik I have CA + Interim + Cert and on clients i uploaded ca and interims, BUT:
[admin@tik] > /certificate print
Flags: K - private-key, L - crl, C - smart-card-key, A - authority, I - issued, R - revoked, E - expired, T - trusted
NAME COMMON-NAME SUBJECT-ALT-NAME FINGERPRINT
xxx
xxx
2 T 1-DigiCertGlobalRoot... DigiCert Global Root CA 4348a0e9444c78cb265e058d5e8...
3 L T 2-GeoTrustRSACA2018.... GeoTrust RSA CA 2018 8cc34e11c167045824ade61c490...
[admin@tik] > /certificate crl print
Flags: E - expired, D - dynamic, I - invalid
CERT LAST-UPDATE NUM REVOKED URL
0 D 2-GeoTrustRSACA2018.pem_0 mar/02/2020 17:50:43 500 2 http://crl3.digicert.com/DigiCertGlobalRootCA.crl
[admin@tik] > /interface sstp-client export
mar/02/2020 20:02:49 by RouterOS 6.45.8
software id = WQ1D-G0XP
/interface sstp-client
add connect-to=fw.example.com name=VPN-sstp-out password=xxxxxxxxx profile=default-encryption user=yyyyyyyyy verify-server-certificate=yes
[admin@tik] > /log print
20:01:18 sstp,ppp,info VPN-sstp-out: initializing...
20:01:18 sstp,ppp,info VPN-sstp-out: connecting...
20:01:18 sstp,ppp,info VPN-sstp-out: terminating... - handshake failed: unable to get certificate CRL (6)
20:01:18 sstp,ppp,info VPN-sstp-out: disconnected
20:01:18 sstp,ppp,info VPN-sstp-out: initializing...
20:01:18 sstp,ppp,info VPN-sstp-out: connecting...
20:01:18 sstp,ppp,info VPN-sstp-out: terminating... - handshake failed: unable to get certificate CRL (6)
20:01:18 sstp,ppp,info VPN-sstp-out: disconnected
20:01:18 sstp,ppp,info VPN-sstp-out: initializing...
20:01:18 sstp,ppp,info VPN-sstp-out: connecting...
20:01:18 sstp,ppp,info VPN-sstp-out: terminating... - handshake failed: unable to get certificate CRL (6)
20:01:18 sstp,ppp,info VPN-sstp-out: disconnected
linux # echo | openssl s_client -servername fw.example.com -connect fw.example.com:443 2>/dev/null| openssl x509 -noout -text |grep -A 3 CRL
X509v3 CRL Distribution Points:
Full Name:
URI:http://cdp.geotrust.com/GeoTrustRSACA2018.crl
linux # openssl s_client -servername fw.example.com -connect fw.example.com:443 2>/dev/null| openssl x509 -noout -issuer -subject -dates
issuer=C = US, O = DigiCert Inc, OU = www.digicert.com, CN = GeoTrust RSA CA 2018
subject=C = XXXXXX, CN = *.example.com
notBefore=Feb 5 00:00:00 2020 GMT
notAfter=Feb 17 12:00:00 2021 GMT
if I manually add http://cdp.geotrust.com/GeoTrustRSACA2018.crl to crl on client tik it is working but after some time ist stops with error
"terminating... - handshakre failed: CRL has expired (6)
when i remove "http://cdp.geotrust.com/GeoTrustRSACA2018.crl" from crl and add the same uri again it is working again for some time.
any help how to get buyed certificates working with mikrotik and crl?
is there a way to
- not manually add the crl like all other clients can do
- not need to peridodically remove and add the crl on client side?
br, guk