SSL works with browser, wget, and curl, but fails with git

前端 未结 6 1719
北海茫月
北海茫月 2021-01-31 04:23

I have a website I am using to host redmine and several git repositories

This works perfectly for http, but I can\'t clone with https, i.e.

git clone htt         


        
6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 05:16

    It turns out that this was a gnuTLS issue. gnuTLS is order sensitive, while openssl is not. I re-ordered the certificates in my intermediate cert file and the problem went away

提交回复
热议问题