Selenium 2 - 服务器 HTTPS 问题
我遇到了这个奇怪的(?)问题。当我运行 selenium 服务器(2.0rc3)时,过了一会儿,如果证书没有被标记为无效/不可信,我就无法再连接到任何 HTTPS 站点。
还有其他人发生过这种情况或者知道为什么吗?
编辑:任何浏览器上的任何 HTTPS url
I'm having this strange(?) problem. When I run the selenium server (2.0rc3), after a little while, I can no longer connect to any HTTPS site without the certificate being flagged as invalid/untrusted.
Anyone else had this happen or know why?
EDIT: Any HTTPS url on any browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
复制 URL 并将其添加到浏览器中的受信任站点下。
如果你需要这个,(这是IE8路径)
(在浏览器上工具 -> Internet 选项 -> 安全选项卡 -> 选择受信任的站点 -> 单击站点按钮 -> 粘贴 URL 并单击添加按钮)
copy the url and add it under trusted sites in the browser.
if you need this, ( this is IE8 path)
(on the browser Tools -> Internet Options -> Security Tab -> select Trusted site -> click Sites button -> paste the URL and click Add button )
我通过在不同的端口上运行 selenium 服务器来解决这个问题(现在?)
I fixed this (for now??) by running the selenium server on a different port
尝试使用
-trustAllSSLCertificates
启动服务器Try starting the server with
-trustAllSSLCertificates