Changes between Version 2 and Version 3 of WikiEditorForEclipsePlugin/FAQ


Ignore:
Timestamp:
Sep 16, 2009, 8:50:40 AM (15 years ago)
Author:
Ivan
Comment:

SSLHandShakeException trace

Legend:

Unmodified
Added
Removed
Modified
  • WikiEditorForEclipsePlugin/FAQ

    v2 v3  
    66
    77== Can I connect to an HTTPS Trac site with self signed SSL certificate? ==
     8
     9Trying to connect to a Trac site with self signed certificate:
     10
     11{{{
     12javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException:
     13PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
     14unable to find valid certification path to requested target
     15}}}
    816
    917In order to connect to a Trac site with self signed SSL certificate you need to import the certificate to the java jre keystore.