ca-certificates Mac OS X

前端 未结 7 1122
心在旅途
心在旅途 2020-12-07 21:03

I need to install offlineimap and mu4e on emacs. Problem is configuration. When I run offlineimap I get :

OfflineIMAP 6.5.5
Licensed under the GNU GPL v2+ (v         


        
7条回答
  •  攒了一身酷
    2020-12-07 21:30

    I ran the above command given by @wood-guardian and then ran to fix the issue.

    ruby -ropenssl -e "p OpenSSL::X509::DEFAULT_CERT_FILE"

    export the result of above statement to SSL_CERT_FILE env variable

    export SSL_CERT_FILE=/usr/local/etc/openssl/cert.pem

提交回复
热议问题