We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
I am facing the same issue. Any help would be appreciated.
Sorry, something went wrong.
@gracychina could you run it with verbose=TRUE and share the terminal output? Also, does it run fine without disabling the SSL verification?
verbose=TRUE
juyeongkim
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: