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

Unable to run rsDriver, SSL certification error after disabling verfiying #11

Open
gracychina opened this issue Mar 22, 2017 · 2 comments

Comments

@gracychina
Copy link

Operating System
Windows 7 Professional
R version 3.3.3

Expected behaviour
I would expect rsDriver to be able to have the chrome server running after the following commands:

library(RSelenium)
library(httr)
set_config(config(ssl_verifypeer = 0L))
rD <- rsDriver(verbose = FALSE)
rD

Actual behaviour
But I continued to get the SSL errror even after disabled the SSL verification

"Error in open.connection(con, "rb") :
Peer certificate cannot be authenticated with given CA certificates"

Any help is appreciated!

@sandeepsahu1708
Copy link

I am facing the same issue. Any help would be appreciated.

@juyeongkim
Copy link
Contributor

@gracychina could you run it with verbose=TRUE and share the terminal output? Also, does it run fine without disabling the SSL verification?

@juyeongkim juyeongkim self-assigned this Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants