SSL Connection Error 발생

[root@aaaaa ~]# curl -XGET {{링크}}
curl: (35) SSL connect error

Curl 버전이 낮아서 발생하는 문제


$ yum update -y nss curl libcurl

-1 을 파라미터로 넣어주면 해결 가능하다. (https://github.com/userify/shim/issues/25)

$ curl -XGET {{링크}} -k -1

http://www.kwangsiklee.com/2017/07/문제해결-centos-curl-ssl-connect-error/

https://wwwnghks.tistory.com/62