Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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.


Post a Comment for "Htmlunit With Fiddler And Ssl"