Hi,
We are trying to connect to CAS from R but failing.
We tried to import the vault-ca.crt and trustedcerts.pem from the server to the Trusted Root Certification Authority in Windows Desktop
Below is the code and error message:
> conn_binary <- CAS('mpviyaorccs01.mbtc.mgc.local', 5570, protocol = 'https', username="XXX", password="XXX")
Error in curl::curl_fetch_memory(url, handle = handle) : schannel: failed to receive handshake, SSL/TLS connection fail
Appreciate any suggestions
Thanks