java - WebScarab : Getting a PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException while connecting via https -


hope doing well.i know there many answers alike issue going ask still no 1 seems help. please help!!!


issue:- trying connect secure website(https) using webscarab, can capture traffic.http working fine me. using webscarab proxy.

'client.gethostconfiguration().setproxy("127.0.0.1", 8008);' 

but everytime gets exception (

suncertpathbuilderexception

) stated above. have tried adding website certificate java using keytool utility also. added proxy (reverse) entry in webscarab (127.0.0.1 , 443) , changed program use proxy server.

'client.gethostconfiguration().setproxy("127.0.0.1", 443);' 

then got following exception :-

org.apache.commons.httpclient.protocolexception: server stbeehive.oracle.com failed respond valid http response. 

i tried creating .p12 certificate (for website want connect to) , importing webscarab.

but inspite of these methods not able proper response.

i using webscarab proxy firefox capture traffic , working fine (for both http , https).

please me have run out of ideas :(

are using webscarab or webscarab-ng?

please try webscarab "classic", rather -ng variant. ng failed experiment, , no real effort put validating client-side certificate functionality.

also, version of java using, operating system, 32 bit or 64-bit, etc, etc

regards,

rogan


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -