Closed
Bug 1329965
Opened 9 years ago
Closed 9 years ago
Firefox 48.0 or greater does not work with selenium 3.0.0 or greater for Secured Protocol (HTTPS sites)
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1103196
People
(Reporter: me.apatel, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Steps to reproduce:
1) Upgraded selenium web-driver from 2.53 to 3.0.1.
2) Replaced selenium java jar file to 3.0.1 version and all other dependent jar files as well.
3) Added geckodriver version 0.11.1 in path
4) Upgraded Firefox version to 50.0.1
5) Executed test cases
Actual results:
Throws below error
[...]
org.openqa.selenium.WebDriverException: Reached error page: about:certerror?e=nssBadCert&u=https%3A//usatrade.census.gov/&c=UTF-8&f=regular&d=usatrade.census.gov%20uses%20an%20invalid%20security%20certificate.%0A%0AThe%20certificate%20is%20not%20trusted%20because%20the%20issuer%20certificate%20is%20unknown.%0AThe%20server%20might%20not%20be%20sending%20the%20appropriate%20intermediate%20certificates.%0AAn%20additional%20root%20certificate%20may%20need%20to%20be%20imported.%0A%0AError%20code%3A%20%3Ca%20id%3D%22errorCode%22%20title%3D%22SEC_ERROR_UNKNOWN_ISSUER%22%3ESEC_ERROR_UNKNOWN_ISSUER%3C/a%3E%0A
Build info: version: 'unknown', revision: 'unknown', time: 'unknown'
System info: host: 'ZNIFF-N752VX', ip: '192.168.50.244', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_112'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{rotatable=false, raisesAccessibilityExceptions=false, marionette=true, firefoxOptions={args=[], .....}, loggingPrefs={server=WARNING, performance=WARNING, driver=WARNING, browser=WARNING, client=WARNING, profiler=WARNING}, appBuildId=20161208153507, version=, platform=XP, proxy={}, command_id=1, specificationLevel=0, acceptSslCerts=false, processId=7228, browserVersion=50.1.0, platformVersion=10.0, XULappId={ec8030f7-c20a-464f-9b0e-13a3a9e97384}, browserName=firefox, takesScreenshot=true, takesElementScreenshot=true, platformName=windows_nt}]
Session ID: fdb0645e-cf63-49a3-8899-d59d7874af5a
Note : for privacy purpose, actual application url is not provided in above error message. It was copied from https://github.com/robotframework/Selenium2Library/issues/676#issuecomment-270318752
Expected results:
Test cases should run without any WebDriverException.
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Linux
Priority: -- → P1
Hardware: Unspecified → x86_64
| Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Support for untrusted/self-signed certificates has been added via bug 1103196 and will be available starting with Firefox 52.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 2•9 years ago
|
||
Thank You for the information.
As of now, the current stable version of Firefox is 51.1.0 - https://download-installer.cdn.mozilla.net/pub/firefox/releases/50.1.0/.
It would be great if you can let me know the approximate GA date for Firefox 52. This would help me to make some decisions for upgrade activity.
| Reporter | ||
Comment 3•9 years ago
|
||
Thank You for the information.
As of now, the current stable version of Firefox is 50.1.0 - https://download-installer.cdn.mozilla.net/pub/firefox/releases/50.1.0/.
It would be great if you can let me know the approximate GA date for Firefox 52. This would help me to make some decisions for upgrade activity.
Comment 4•9 years ago
|
||
Firefox 52 will be released on 2017-03-07. If you want to start testing earlier you could use a beta version which should be available soon after the tree merges on 2017-01-24.
| Reporter | ||
Comment 5•9 years ago
|
||
Thank you Henrik Skupin for the updates. It'll help a lot.
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•