sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Do you have any issues? Don't hesitate to tell us about it.
User avatar
rodoviajw
Settler
Reactions:
Posts: 3
Joined: 03 Apr 2021, 15:46

sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

#1

Post by rodoviajw »

When i try to log in with my forum account on TheoTown, it returns me with a "Connection Error" toast, looking at the log.txt file, it looks like this

Code: Select all

	... 21 more

[1.9.83p] 2021/04/06 14:39:44: loading Skin
[1.9.83p] 2021/04/06 14:39:44: loading Extract files
[1.9.83p] 2021/04/06 14:39:44: loading Frames
[1.9.83p] 2021/04/06 14:39:44: loading Scripting
[1.9.83p] 2021/04/06 14:39:45: loading Collecting drafts
[1.9.83p] 2021/04/06 14:39:50: loading Prefetching images
[1.9.83p] 2021/04/06 14:39:52: loading Loading drafts
[1.9.83p] 2021/04/06 14:39:57: loading Finishing drafts
[1.9.83p] 2021/04/06 14:39:58: loading Loading music
[1.9.83p] 2021/04/06 14:39:58: loading Shaders
[1.9.83p] 2021/04/06 14:39:58: loading Topics
[1.9.83p] 2021/04/06 14:39:58: loading Loading textures
[1.9.83p] 2021/04/06 14:40:05: loading Checking winter
[1.9.83p] 2021/04/06 14:40:05: loading Preparing background
[1.9.83p] 2021/04/06 14:40:18: loading Finishing
[1.9.83p] 2021/04/06 14:40:18: leave LoadingStage
[1.9.83p] 2021/04/06 14:40:18: drop LoadingStage
[1.9.83p] 2021/04/06 14:40:19: bind PluginErrorStage
[1.9.83p] 2021/04/06 14:40:19: prepare PluginErrorStage
[1.9.83p] 2021/04/06 14:40:19: bind WelcomeStage
[1.9.83p] 2021/04/06 14:40:19: prepare WelcomeStage
[1.9.83p] 2021/04/06 14:40:19: enter WelcomeStage
[1.9.83p] 2021/04/06 14:40:19: drop PluginErrorStage
[1.9.83p] 2021/04/06 14:40:19: leave WelcomeStage
[1.9.83p] 2021/04/06 14:40:19: drop WelcomeStage
[1.9.83p] 2021/04/06 14:40:19: bind RegionStage
[1.9.83p] 2021/04/06 14:40:19: prepare RegionStage
[1.9.83p] 2021/04/06 14:40:23: enter RegionStage
[1.9.83p] 2021/04/06 14:40:26: Backend
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	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.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:185)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:213)
	at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:302)
	at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:273)
	at info.flowersoft.theotown.backend.Backend.access$1000(Backend.java:28)
	at info.flowersoft.theotown.backend.Backend$3.run(Backend.java:116)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
	at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
	at sun.security.validator.Validator.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
	... 20 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
	at java.security.cert.CertPathBuilder.build(Unknown Source)
	... 26 more

[1.9.83p] 2021/04/06 14:40:32: Backend
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	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.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:185)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:213)
	at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:302)
	at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:273)
	at info.flowersoft.theotown.backend.Backend.access$1000(Backend.java:28)
	at info.flowersoft.theotown.backend.Backend$3.run(Backend.java:116)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
	at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
	at sun.security.validator.Validator.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
	... 20 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
	at java.security.cert.CertPathBuilder.build(Unknown Source)
	... 26 more

[1.9.83p] 2021/04/06 14:40:36: bind AccountStage
[1.9.83p] 2021/04/06 14:40:36: prepare AccountStage
[1.9.83p] 2021/04/06 14:40:36: enter AccountStage
[1.9.83p] 2021/04/06 14:41:01: Backend
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	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.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:185)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:213)
	at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:302)
	at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:273)
	at info.flowersoft.theotown.backend.Backend.access$1000(Backend.java:28)
	at info.flowersoft.theotown.backend.Backend$3.run(Backend.java:116)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
	at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
	at sun.security.validator.Validator.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
	... 20 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
	at java.security.cert.CertPathBuilder.build(Unknown Source)
	... 26 more

[1.9.83p] 2021/04/06 14:41:06: Backend
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	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.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:185)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:213)
	at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:302)
	at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:273)
	at info.flowersoft.theotown.backend.Backend.access$1000(Backend.java:28)
	at info.flowersoft.theotown.backend.Backend$3.run(Backend.java:116)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
	at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
	at sun.security.validator.Validator.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
	... 20 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
	at java.security.cert.CertPathBuilder.build(Unknown Source)
	... 26 more

[1.9.83p] 2021/04/06 14:41:25: Setup fullscreen 1366x768
[1.9.83p] 2021/04/06 14:41:25: refresh
[1.9.83p] 2021/04/06 14:41:27: Backend
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	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.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:185)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:213)
	at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:302)
	at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:273)
	at info.flowersoft.theotown.backend.Backend.access$1000(Backend.java:28)
	at info.flowersoft.theotown.backend.Backend$3.run(Backend.java:116)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
	at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
	at sun.security.validator.Validator.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
	... 20 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
	at java.security.cert.CertPathBuilder.build(Unknown Source)
	... 26 more

[1.9.83p] 2021/04/06 14:41:34: Backend
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	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.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at info.flowersoft.theotown.backend.TextRequest.apply(TextRequest.java:47)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:185)
	at info.flowersoft.theotown.backend.BackendConnector.sendRequest(BackendConnector.java:213)
	at info.flowersoft.theotown.backend.Backend.runUnsecuredTask(Backend.java:302)
	at info.flowersoft.theotown.backend.Backend.runTask(Backend.java:273)
	at info.flowersoft.theotown.backend.Backend.access$1000(Backend.java:28)
	at info.flowersoft.theotown.backend.Backend$3.run(Backend.java:116)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(Unknown Source)
	at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
	at sun.security.validator.Validator.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.validate(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
	... 20 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source)
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source)
	at java.security.cert.CertPathBuilder.build(Unknown Source)
	... 26 more

[1.9.83p] 2021/04/06 14:41:40: leave AccountStage
[1.9.83p] 2021/04/06 14:41:40: drop AccountStage
[1.9.83p] 2021/04/06 14:41:40: enter RegionStage
[1.9.83p] 2021/04/06 14:41:50: bind Store
[1.9.83p] 2021/04/06 14:41:52: prepare Store
[1.9.83p] 2021/04/06 14:41:52: enter Store
[1.9.83p] 2021/04/06 14:41:52: Setup window mode 1366x705
[1.9.83p] 2021/04/06 14:41:52: refresh
is my problem related to the lack of an SSL certificate?

Return to “Problems and Errors (bugs)”