Search code examples
javaautomated-testsfiddlerhtmlunit

HTMLUnit with FIddler and SSL


I configured HTMLUnit so it uses Fiddler as a proxy. But when Fiddler is capturing traffic and I browse a site which has ssl(https) I get the following error in Java

"javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated"

Is there anyway fix around this? I want to see all SSL traffic in Fiddler.

Regards!


Solution

  • You need to configure Java to trust Fiddler's root certificate, which you can export from Fiddler using the Tools > Fiddler Options > HTTPS > Export Root Certificate button.