Gitlab CI pipeline error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

I am trying to build a CV using the vitae and rorcid packages. It works fine on my laptop but when I try to run the same job as a Gitlab CI pipeline I get a problem when I try to call functions from rorcid like rorcid::orcid_employments

*   Trying 174.143.185.159...
* TCP_NODELAY set
* Expire in 200 ms for 4 (transfer 0x56069ecf2f70)
* Connected to pub.orcid.org (174.143.185.159) port 443 (#2)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ECDHE-RSA-AES128-SHA256
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
* Closing connection 2
Quitting from lines 61-70 (cv.Rmd) 
Error in curl::curl_fetch_memory(x$url$url, handle = x$url$handle) : 
  error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
Calls: <Anonymous> ... <Anonymous> -> <Anonymous> -> crul_fetch -> <Anonymous>

Execution halted
section_end:1556369141:build_script
e[0Ksection_start:1556369141:after_script
e[0Ksection_end:1556369143:after_script
e[0Ksection_start:1556369143:upload_artifacts_on_failure
e[0Ksection_end:1556369144:upload_artifacts_on_failure
e[0Ke[31;1mERROR: Job failed: exit code 1
e[0;m

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.