Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
dev:technology:core:web_resources [2023/03/21 10:19]
jeroen [Web Map and Web Feature Services]
dev:technology:core:web_resources [2023/10/06 09:10] (current)
jeroen [IT Troubleshooting]
Line 76: Line 76:
 ==== SSL Trusted Authority ==== ==== SSL Trusted Authority ====
  
-When loading web resources via a secured HTTPS connection, the website's Security Certificate must be available to the Java Runtime Engine used by Orbit Desktop or supported by . \\  +When loading web resources via a secured HTTPS connection, the website's Security Certificate must be available to the Java Runtime Engine used by Orbit. \\  
-More information, see [[dev:technology:platforms:java_keystore|]].+If the certificate is not known to the Java Runtime Engine, the following message is printed in the [[dev:technology:platforms:logfiles|Orbit logfile]]: 
 +  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 
 + 
 +For more information and how to solve it, see [[dev:technology:platforms:java_keystore|]].
  
 ==== SSL Mixed Content ==== ==== SSL Mixed Content ====
 
Last modified:: 2023/10/06 09:10