Rlabkey (version 2.2.4)

labkey.acceptSelfSignedCerts: Convenience method to configure Rlabkey connections to accept self-signed certificates

Description

Rlabkey uses the package RCurl to connect to the LabKey Server. This is equivalent to executing the function: labkey.setCurlOptions(ssl.verifyhost=0, ssl.verifypeer=FALSE)

Usage

labkey.acceptSelfSignedCerts()

Arguments