I'm writing selenium automation test scripts for Accepting untrusted SSL certificate.It works fine for Firefox and Chrome browsers. For firefox , This link helped me Handling UntrustedSSLcertificates using WebDriver
Accepting untrusted SSL certificate for Internet explorer 9 and 10 is not working for me .
Tried to find best results on net but could not find it. Can someone provide me the links or some code that could help me Accepting untrusted SSL certificate for Internet explorer 9 and Internet explorer 10.