This Question is Possibly Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
5 Replies Last post: Sep 2, 2008 5:09 AM by gim_h  
sunny Beginner 3 posts since
Aug 29, 2008
Currently Being Moderated

Aug 29, 2008 5:31 AM

HTTP Error:400 could not proxy https://us.mcafee.com:433/root/login.asp?ErrCode=PLEASE%5FLOGIN

Hi,

When i am trying to click on any of the links under http://us.mcafee.com . Unknown Authority cerificate/Security Alert pop up  is displayed when clicked on accept the certificate permanently yes and the following error is displayed

HTTP ERROR:400

Could not Proxy https:/us.mcafee.com:433/root/login.asp?ErrCode=PLEASE%5FLOGIN

java.lang.RuntimeException: Couldn't establish SSL handshake. Try using trustAllSSLCertificates.

Sun.Security.Validator.ValidatorExcpetion: PKIX path building failed:  Sun.Security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested traget

 

RequestURI=/root/login.asp

 

can any one help in resolving this issue?

Not: This works fine only with *chrome rest all browsers above error is generated.

gim_h Hero 512 posts since
Oct 17, 2007

please read carefully selenium rc tutorial

gim_h Hero 512 posts since
Oct 17, 2007

chrome works fine, because chrome brings down the security level of firefox browser. that allow selenium to access https.

for ie, you should use *iehta as start up browser, and bemember to manually import the CA before the test.

 

what brwoser you test? if it's *firefox and *iexplore, this error always shows up, because of the security reason.

 

gim_h Hero 512 posts since
Oct 17, 2007

i'm afraid selenium rc can not make it through. try selenium core.

More Like This

  • Retrieving data ...