github Peer's Certificate has expired.
-
When I try to do a
git pull
on an existing repository, I am getting this:
fatal: unable to access 'https://github.com/FOGProject/fogproject.git/': Peer's Certificate has expired.
Anyone ever run into that? -
@Wayne-Workman Are you behind any sort of SSL proxy?
git pull
is working great for me… -
At home, no. I think it’s something to do with github, not the repository itself. A couple of my other repositories are doing the same thing. I’ve solved it with the others by re-cloning but I wanted to ask if anyone had a better idea.
-
@Wayne-Workman Ahhh, now I see. Looking at the certificate on the website I see that there was a new one issued not long ago. Certificate date begins at 08.05.2018! Just wondering why I don’t run into the same issue. Maybe your git is keeping some kind of certificate cache?