From 51aa291b20465cf7063d3ef9a3c3cfba72b316d1 Mon Sep 17 00:00:00 2001 From: "jenkin.schibel@286264d9ceb79998aecff0d5d1a4ffe34f8b8421" <jenkinschibel@web> Date: Thu, 2 Jul 2020 21:23:18 +0000 Subject: [PATCH] --- doc/forum/ssl_errors_with_special_remote.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/ssl_errors_with_special_remote.mdwn diff --git a/doc/forum/ssl_errors_with_special_remote.mdwn b/doc/forum/ssl_errors_with_special_remote.mdwn new file mode 100644 index 0000000000..4e3196f649 --- /dev/null +++ b/doc/forum/ssl_errors_with_special_remote.mdwn @@ -0,0 +1,7 @@ +i recently have tried setting up my own webdav server to setup as a special remote for my git annex repositories. This webdav server has been placed behind a reverse proxy. At one point i ran into an issue with my reverse proxy and ended up having to get new sll certificates for it. Now whenever i try to push something to my webdav server i get this error + +(InternalException (HandshakeFailed (Error_Protocol ("certificate has expired",True,CertificateExpired))))) failed + +i know my certificates are good because i am able to access the site normally and push from my other machine which had only gained access to the webdav server after the SSL certificate change. + +is it possible to flush the known SSL certificates from git-annex?