A super detailed tutorial: springboot integrates mybatis plus>>>
Unable to connect to a repository at URL ‘ https://xxxxx/svn/include ‘
Server SSL certificate verification failed: certificate has expired, issuer is not trusted
Open the terminal, just type a few SVN commands, such as SVN update, and then the terminal will pop up an error message to you, indicating that the verification failed
for example, SVN update,
pop up error validating server certificate for ‘ https://192.168.0.XX :XXX’:
– The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
– The certificate hostname does not match.
Certificate information:
– Hostname: WIN-11181526
– Valid: from Mon, 18 Nov 2013 08:00:53 GMT until Thu, 16 Nov 2023 08:00:53 GMT
– Issuer: WIN-11181526
– Fingerprint: 84:10:b8:1c:58:6c:0f:78:42:d9:68:66:18:a4:c6:cc:fb:91:83:27
(R)eject, accept (t)emporarily or accept (p)ermanently?
the pop-up prompt tells you that you need to re verify. R means that you don’t intend to verify, t and P means that you are temporary and always believe. You can enter P, and a prompt will pop up to let you enter your password, such as authentication realm: & lt; https://192.168.0.XX :XXX> Visualsvn server
password for ‘liuj’:
at this time, you only need to enter the password (it will be verified twice)
and then you will execute your earliest SVN command (in this case, SVN update)
Similar Posts:
- Send QQ e-mail message prompt: error in certificate certificate is not trusted
- [AWS] Solve CodeBuild Issue: Certificate verification failed: The certificate is NOT trusted
- idea checkout SVN:svn: E230001: Server SSL certificate verification failed: certificate issued
- [Fixed] IDEA Login Warning: Server’s certificate is not trusted
- [Solved] git clone:“server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt C…
- Upgrade pip Error: ”’SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED]…”
- [Solved] remote: HTTP Basic: Access denied Authentication failed for ‘https://’
- [How to Solve] SSL handshake failed: SSL error
- FAILED: esp-idf/mbedtls/x509_ crt_ Solutions to bundle error reporting and information sources
- When installing MySQL database on Mac OS, the system prompts MySQL: command not found