Selenium Grid,SSL 证书错误
我正在使用硒网格 我使用 selenium 属性 trustallSSLCertificates 来处理 SSL 证书错误
它在 Firefox 中完美运行
,但在 IE 中显示找不到证书 请帮忙
I am using selenium Grid
I used selenium attribute trustallSSLCertificates to handle SSL certificate error
It works perfectly in Firefox
but in IE it displays certificate not found
please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您要做的不仅仅是为 IE 指定该参数。有关在 IE 中使用自签名证书的详细信息,请参阅以下文章:
http://nirvdrum.com/2010/04/13/how-to-accept-self-signed-ssl-certificates-in-selenium.html
You have to do more than just specify that parameter for IE. Please see the following article for details on getting self-signed certificates working in IE:
http://nirvdrum.com/2010/04/13/how-to-accept-self-signed-ssl-certificates-in-selenium.html