ca-certificates Mac OS X

前端 未结 7 1176
心在旅途
心在旅途 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:28

    I had success on a Mac running 10.6 where I prefer the Homebrew ecosystem by using @patrick-sanan's answer and then symlinking in the Macports ecosystem version of cert.pem:

    sudo rm /usr/local/etc/openssl
    sudo ln -s /opt/local/etc/openssl/cert.pem /usr/local/etc/openssl
    

提交回复
热议问题