Question

I use Eclipse/Subclipse to share my project with a SVN repo at, say, https://svn.blah.example.com:443.

Just this morning, I started getting the following error when I try to synchronize my local working copy with the repo:

Error validating server certificate for https://svn.blah.example.com:443:
    - Unknown certificate issuer
      Fingerprint: <I'm omitting the fingerprint for privacy reasons>
      Distinguished name: MySVNRepo, LLC
    - Certificate is expired
      Valid until Thu, 06 Jun 2013 21:22:13 GMT

Is this a problem with my local configuration (perhaps I have an expired certificate locally on my machine?) or is this something the admins hosting the repo will have to address, and why? Thanks in advance!

Était-ce utile?

La solution

Your server certificate has expired! :) I hope that they already know about the problem however it makes sense to notify them about this issue.

Valid until Thu, 06 Jun 2013 21:22:13 GMT
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top