Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am having a problem in executing my test with converted Junit WebDriver Backed. When I execute this test by java file its stopped on the first screen and after few seconds it shows me this error "Secure Connection Failed " the website is running over https, when I execute the code from Selenium IDE it works correctly. Any help would be really appreciated.

share|improve this question
Are you using a self-signed SSL certificate? – beny23 Nov 15 '11 at 13:13

1 Answer

Are you getting this error in selenium 2.0 web driver?

If this is in selenium RC, check if this helps in any way:

http://aboutselenium.blogspot.com/2011/10/dealing-with-ssl-certificate-error-or.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.