SSL handshake failed: SSL error: key usage violation in certificate has been detected appears when downloading the source code of SVN linked with HTTPS on Linux server
The reason for the error is that the certificate used by windows is not recognized by Linux
Add the following registry value to the windows registry: (mine is 64 bit)
for 32-bit system: (run regedit – > Find the following registry key – > Add a value of type DWORD)
[HKEY_LOCAL_MACHINE\SOFTWARE\VisualSVN\VisualSVN Server]
"CreateGnuTLSCompatibleCertificate"=dword:00000001
for 64-bit system:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VisualSVN\VisualSVN Server]
"CreateGnuTLSCompatibleCertificate"=dword:00000001
StartVisualSVN Server Manager.(Open virsualSVN server)
Go toAction | Properties | Certificate.
ClickChange certificate…
Select Create new self-signed cetificate.
Next all.
If you run svn again on Linux, you will be prompted with a warning that the certificate generator is not trusted, just select Accept Permanently.
Similar Posts:
- Server SSL certificate verification failed: certificate has expired, issuer is not trusted
- [Fixed] IDEA Login Warning: Server’s certificate is not trusted
- Send QQ e-mail message prompt: error in certificate certificate is not trusted
- [Solved] Windows 10 remote error: Oracle fix due to CredSSP encryption
- FAILED: esp-idf/mbedtls/x509_ crt_ Solutions to bundle error reporting and information sources
- [AWS] Solve CodeBuild Issue: Certificate verification failed: The certificate is NOT trusted
- msg error 5 getting session names
- [Solved] jmeter Stress Test Error: java.net.BindException: Address already in use: connect
- [Solved] Several Service Control Manager Issues (Event ID’s 7000, 7009, 7011)
- git push fatal: HttpRequestException encountered