You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying the html-resource function to some recources seems to throw 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 exception.
Is there a way to bypass this, can I provide some option like {:insecure? true} somewhere?
The text was updated successfully, but these errors were encountered:
Applying the
html-resource
function to some recources seems to throwjavax.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
exception.Is there a way to bypass this, can I provide some option like
{:insecure? true}
somewhere?The text was updated successfully, but these errors were encountered: