Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Security 如何使用selenium server standalone在https网站上运行IDE测试来获得安全连接?_Security_Selenium_Selenium Ide_Selenium Server - Fatal编程技术网

Security 如何使用selenium server standalone在https网站上运行IDE测试来获得安全连接?

Security 如何使用selenium server standalone在https网站上运行IDE测试来获得安全连接?,security,selenium,selenium-ide,selenium-server,Security,Selenium,Selenium Ide,Selenium Server,跑步时 java-jar-selenium-server-standalone-2.45.0.jar-htmlSuite“*firefox”https://example.com/“testSuitePath.html”“logPath.html” 从命令行,firefox阻止我说 “此连接不受信任。您已要求Firefox安全连接到example.com,但我们无法确认您的连接是否安全。通常,当您尝试安全连接时,站点将提供可信标识,以证明您访问了正确的位置。但是,无法验证此站点的身份。” 首先,

跑步时

java-jar-selenium-server-standalone-2.45.0.jar-htmlSuite“*firefox”https://example.com/“testSuitePath.html”“logPath.html”

从命令行,firefox阻止我说

“此连接不受信任。您已要求Firefox安全连接到example.com,但我们无法确认您的连接是否安全。通常,当您尝试安全连接时,站点将提供可信标识,以证明您访问了正确的位置。但是,无法验证此站点的身份。”

首先,为什么会发生这种情况? 第二,我如何在不说“我了解风险”和绕过页面的情况下纠正这一点?(我希望它像平常一样安全)