RWordPress icon indicating copy to clipboard operation
RWordPress copied to clipboard

SSL certificate problem: Invalid certificate chain

Open jebyrnes opened this issue 7 years ago • 2 comments

In attempting to use this, I get the following error

Error in function (type, msg, asError = TRUE) : SSL certificate problem: Invalid certificate chain

What's going on?

Following the instructions from http://sites.tufts.edu/emotiononthebrain/2017/08/12/blog-posting-from-r-markdown-to-wordpress/ (which incidentally has a typo capitalizing Press in Wordpress in the setting of options

jebyrnes avatar Dec 21 '17 17:12 jebyrnes

I have similar issue. My error is: Error in function (type, msg, asError = TRUE) : SSL certificate problem: self signed certificate

Tried:

  • setting options to ssl.verifypeer = FALSE

  • set_config( config( ssl.verifypeer = 0L ) )

Same error after each.

RStudio v 1.1.423 R v. 3.6.0

mvabl-steve avatar May 08 '19 13:05 mvabl-steve

In a similar vain - I get the error Error in function (type, msg, asError = TRUE) : error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

ojessen avatar Aug 13 '19 11:08 ojessen