Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certification error "Your connection is not secure" #216

Closed
manjunatha-mr opened this issue Sep 6, 2016 · 4 comments
Closed

Certification error "Your connection is not secure" #216

manjunatha-mr opened this issue Sep 6, 2016 · 4 comments

Comments

@manjunatha-mr
Copy link

Not able to close the certification error "Your connection is not secure" by adding below capabilities and profile.

ProfilesIni allProfiles = new ProfilesIni();
FirefoxProfile myProfile = new FirefoxProfile();
myProfile.setAcceptUntrustedCertificates(true);
myProfile.setAssumeUntrustedCertificateIssuer(false);
WebDriver driver=new FirefoxDriver(myProfile);

DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true);
WebDriver driver = new FirefoxDriver(capabilities);

profile.setAcceptUntrustedCertificates(true);
profile.setAssumeUntrustedCertificateIssuer(true);
capability2.setCapability(FirefoxDriver.PROFILE, profile);

We are using below versions:
Geckodriver v0.10.0.
Selenium: 3.0.0 beta-3 and
Firefox: 48.0.2

@andreastt
Copy link
Contributor

Duplicate of #93.

@mbn217
Copy link

mbn217 commented Jan 10, 2017

same for me , I facing this problem as of now

@andreastt
Copy link
Contributor

@mbn217 Ensure you’re using the very latest Firefox Nightly.

@lock
Copy link

lock bot commented Aug 17, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue.

@lock lock bot locked and limited conversation to collaborators Aug 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants