$ git clone https://source.winehq.org/git/wine.git newwine-git Cloning into 'newwine-git'... error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://source.winehq.org/git/wine.git/info/refs
Maybe that's related to the big fat red warning Chrome gives when visiting https://source.winehq.org/
Happily, just leaving off the 's' is a workaround.
On Sat, Nov 17, 2012 at 1:34 PM, Dan Kegel dank@kegel.com wrote:
$ git clone https://source.winehq.org/git/wine.git newwine-git Cloning into 'newwine-git'... error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://source.winehq.org/git/wine.git/info/refs
Maybe that's related to the big fat red warning Chrome gives when visiting https://source.winehq.org/
Happily, just leaving off the 's' is a workaround.
(Or using git://, which is why I never noticed this before.)
Yes, but afaik WineHQ https was only ever intended to make a couple of tests work.