Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Jun 19, 2019
1 parent 9e6f269 commit 1d838c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/pages/misc/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,13 @@ Or with Gradle add the repository to your build.gradle file:
Trusting Hoverfly certificate
=============================
-----------------------------
Your HTTP client need to trust Hoverfly's self-signed certificate in order for Hoverfly to intercept and decrypt HTTPS traffic.
You will get an error like this if the certificate is not trusted.
``
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
``
``javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target``
Hoverfly sets its certificate to be trusted in the the default ``SSLContext``. If your HTTP client uses the default ``SSLContext``,
then you don't need to do anything.
Expand Down

0 comments on commit 1d838c7

Please sign in to comment.