LetsEncrypt server certificate causing problems when Internet is down
46 views
Skip to first unread message
Kenneth Porter
unread,
Jan 9, 2020, 1:42:13 PM1/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
My company lost its Internet connection over the holidays when the ISP decided to replace the telephone cabinet down the street after a drunk clobbered it. Alas, phone companies won't provide a good estimate of when the service will return.
My Windows clients in the office are having trouble connecting to the server using any Subversion client, including Tortoise. (We also use the SlikSvn command line client.) Server operations hang for minutes and then time out. Tortoise tells me it can't confirm the validity of the server's LetsEncrypt certificate. I can browse the repo just fine with Firefox. I'm guessing that without the Internet connection, the Subversion clients won't trust the LetsEncrypt cert. Is there some place I can put their cert chain file so that Tortoise and the command line clients can use it? Server is Apache 2.4 on CentOS 7.
David Balažic
unread,
Jan 10, 2020, 6:20:01 AM1/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
It may be trying to check if the certificate was revoked.
There _might_ be an option to turn this check of, but is obviously a bad practice from security standpoint.
Kenneth Porter
unread,
Jan 10, 2020, 6:25:53 AM1/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
I control the gateway and DNS, so perhaps I can intercept that check from there until my Internet comes back up. What does that check look like? A web request to a particular hostname?
David Balažic
unread,
Jan 10, 2020, 9:48:06 AM1/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN on behalf of Kenneth Porter
The URL for the CRL (and OSCP) is typically in the certificate itself.
Just open it (on Windows) or list the properties with the openssl tool
or similar.