Selenium 2 - 服务器 HTTPS 问题

发布于 2024-11-18 02:33:17 字数 153 浏览 1 评论 0原文

我遇到了这个奇怪的(?)问题。当我运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

眼眸里的那抹悲凉 2024-11-25 02:33:17

复制 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 )

看轻我的陪伴 2024-11-25 02:33:17

我通过在不同的端口上运行 selenium 服务器来解决这个问题(现在?)

I fixed this (for now??) by running the selenium server on a different port

任谁 2024-11-25 02:33:17

尝试使用 -trustAllSSLCertificates 启动服务器

Try starting the server with -trustAllSSLCertificates

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文