0

I am using Softether VPN, VisualSVN and TortoiseSVN to commit and update my projects. The project repositories are in a seperate server. I configure visualSVN like this: enter image description here

And this is in SoftetherVPN

enter image description here

enter image description here

Both are using the same certificate. But when I try to update solution from my device, it shows difference certificate so the validation is failed. Please help.

hud.
  • 160
  • 1
  • 14

1 Answers1

0

Both are using the same certificate.

No, most likely they (VisualSVN Server and your VPN/Dynamic DNS) are not using the same certificate.

The certificate used by VisualSVN Server for HTTPS is shown on the Certificate tab, and you need to configure this certificate in VisualSVN Server, not your VPN / Dynamic DNS software. Instructions for configuring the TLS/SSL certificate in VisualSVN Server are given in the article KB134: Configuring SSL Certificates for VisualSVN Server.

bahrep
  • 29,961
  • 12
  • 103
  • 150
  • I can checkout the solution in the same machine. But I cannot checkout from other machine. It will shows different certificate than I have in VisualSVN. – hud. Jun 14 '23 at 01:54