SSL Certificates - OS X Mavericks

前端 未结 4 811
故里飘歌
故里飘歌 2020-12-30 08:02

I am trying to connect to application on localhost which uses SSL. I am using Mac OS X Mavericks. The error I am getting is following:

Error sending cURL ge         


        
4条回答
  •  再見小時候
    2020-12-30 08:24

    The option --with-openssl no longer works as of https://github.com/Homebrew/homebrew-core/pull/36263

    Just install curl-openssl instead of curl.

    $ brew install curl-openssl
    
    $ /usr/local/opt/curl-openssl/bin/curl --version
    curl 7.64.1 (x86_64-apple-darwin18.2.0) libcurl/7.64.1 OpenSSL/1.0.2r zlib/1.2.11 brotli/1.0.7 c-ares/1.15.0 libssh2/1.8.2 nghttp2/1.38.0 librtmp/2.3
    Release-Date: 2019-03-27
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
    Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
    

提交回复
热议问题