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
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