1

I get the following error after executing query_exec function in bigrquery:

Waiting for authentication in browser... Press Esc/Ctrl + C to abort Authentication complete. Error in curl::handle_setopt(handle, .list = req$options) : Unknown option: ssl.verifypeer

Attaching the R session info.

How can I identify and fix the issue?

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
  • Adding the missed out part of sessionInfo: loaded via a namespace (and not attached): [1] compiler_3.4.0 R6_2.2.1 assertthat_0.2.0 DBI_0.6-1 [5] Rcpp_0.12.11 jsonlite_1.5 httpuv_1.3.5 openssl_0.9.6 – Priyanka Avhad Aug 25 '17 at 08:29
  • Look here: [https://github.com/rstats-db/bigrquery](https://github.com/rstats-db/bigrquery). The first time you use bigrquery in a session, it will ask you to authorize bigrquery in the browser. – YCR Aug 25 '17 at 08:40
  • ^ Priyanka, if you have additional material for your question, please use the edit feature rather than the comments. Editing extra detail in to the question body helps keep all the useful information in one place. – halfer Aug 25 '17 at 09:38
  • @YCR The error appeared after authorizing bigrquery in the browser. There is no problem in authorization, the problem is after it. Thanks – Priyanka Avhad Aug 25 '17 at 10:28
  • try to confirm if you are using latest version of bigrquery and other related libraries – Willian Fuks Aug 28 '17 at 15:58

1 Answers1

1

In the recent versions of httr the option ssl.verifypeer has been changed to ssl_verifypeer. There was a similar kind of question asked in the following link:

Ignore SSL cert verification failure