I found somewhere that the certificate on the website is the old one. Anyone know how I can get the new one?
- Code: Select all
java.lang.RuntimeException: Delayed error in resource paginae/skills/forage (v5), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:334)
at haven.Resource$Pool$Queued.get(Resource.java:303)
at haven.Session$CachedRes$Ref.get(Session.java:119)
at haven.Session$CachedRes$Ref.get(Session.java:112)
at haven.CharWnd$SkillGrid.sksort(CharWnd.java:1364)
at haven.CharWnd$SkillGrid.tick(CharWnd.java:1377)
at haven.Widget.tick(Widget.java:637)
at haven.Widget.tick(Widget.java:637)
at haven.Widget.tick(Widget.java:637)
at haven.Widget.tick(Widget.java:637)
at haven.GameUI.tick(GameUI.java:683)
at haven.Widget.tick(Widget.java:637)
at haven.UI.tick(UI.java:135)
at haven.HavenPanel.run(HavenPanel.java:540)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/skills/forage(v5), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:391)
at haven.Resource$Pool.access$1100(Resource.java:280)
at haven.Resource$Pool$Loader.run(Resource.java:527)
... 1 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/skills/forage(v5), from cache source backed by FileCache(http://game.havenandhearth.com/java/)
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/skills/forage(v5), from local res source
... 4 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/skills/forage
at haven.Resource$JarSource.get(Resource.java:187)
at haven.Resource$Pool.handle(Resource.java:375)
... 3 more
Caused by: java.io.FileNotFoundException: res/paginae/skills/forage
at haven.HashDirCache.fetch(HashDirCache.java:277)
at haven.Resource$CacheSource.get(Resource.java:154)
at haven.Resource$Pool.handle(Resource.java:375)
... 3 more
Caused by: 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.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:241)
at haven.Resource$TeeSource.get(Resource.java:133)
at haven.Resource$Pool.handle(Resource.java:375)
... 3 more
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)
... 24 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)
... 30 more