Seit dieser Woche, wahrscheinlich in unmittelbarem Zusammenhang mit dem Zertifikatswechsel verweigert mir Mocca den Start mit der folgenden Fehlermeldung:
Java
- javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Error verifying OCSP Responder's signature
- at sun.security.ssl.Alerts.getSSLException(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
- at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
- at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
- at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
- at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
- at sun.security.ssl.Handshaker.processLoop(Unknown Source)
- at sun.security.ssl.Handshaker.process_record(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
- at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
- at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
- at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
- at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
- at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
- at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
- at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
- at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
- at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
- at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
- at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
- at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
- at com.sun.javaws.Launcher.launch(Unknown Source)
- at com.sun.javaws.Main.launchApp(Unknown Source)
- at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
- at com.sun.javaws.Main.access$000(Unknown Source)
- at com.sun.javaws.Main$1.run(Unknown Source)
- at java.lang.Thread.run(Unknown Source)
- Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Error verifying OCSP Responder's signature
- at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source)
- at com.sun.deploy.security.RevocationChecker.check(Unknown Source)
- at com.sun.deploy.security.RevocationCheckHelper.doRevocationCheck(Unknown Source)
- at com.sun.deploy.security.RevocationCheckHelper.doRevocationCheck(Unknown Source)
- at com.sun.deploy.security.RevocationCheckHelper.checkRevocationStatus(Unknown Source)
- at com.sun.deploy.security.X509TrustManagerDelegate.checkTrusted(Unknown Source)
- at com.sun.deploy.security.X509Extended7DeployTrustManagerDelegate.checkServerTrusted(Unknown Source)
- at com.sun.deploy.security.X509Extended7DeployTrustManager.checkServerTrusted(Unknown Source)
- ... 28 more
- Suppressed: com.sun.deploy.security.RevocationChecker$StatusUnknownException
- at com.sun.deploy.security.RevocationChecker.checkCRLs(Unknown Source)
- ... 35 more
- Caused by: java.security.cert.CertPathValidatorException: Error verifying OCSP Responder's signature
- at sun.security.provider.certpath.OCSPResponse.<init>(Unknown Source)
- at sun.security.provider.certpath.OCSP.check(Unknown Source)
- at sun.security.provider.certpath.OCSP.check(Unknown Source)
- at sun.security.provider.certpath.OCSP.check(Unknown Source)
- ... 36 more
Next stop: Reboot des Systems, wer weiß, vielleicht wird was gecached, dass nicht gecached werden sollte.