views:

115

answers:

1

Hi,

I am newbei for selenium RC tool. i am going to automate my process which is basically based on browser. i have written script for automate process and it is working fine.When script is going to open HTTPS :(Secure page) , at that time it is not opening page becoz of security exception, for that it is asking for security certificate and which i am adding success fully.And after that it is opening page successfully.But the main problem is that it is asking to add the certificate each and every time when i am going to open the secure page (HTTPS://xyz.com).

If anybody has any resolution for removing certificate issue each and everytime which would be appreciated.

Thanks, Mishal Shah

+1  A: 

Hi Mishal,

I wrote up an article on this topic a couple weeks back. Hopefully it helps you out:

http://mogotest.com/blog/2010/04/13/how-to-accept-self-signed-ssl-certificates-in-selenium

-- Kevin

nirvdrum