Jus*_*tin 2 windows ssl certificate svn
我正在运行以下命令:
svn info --non-interactive --trust-server-cert --no-auth-cache --xml "https://ommited/svn/YAMS"
Run Code Online (Sandbox Code Playgroud)
不幸的是,我收到以下错误:
?xml version="1.0" encoding="UTF-8"?>
<info>
svn: E175002: Unable to connect to a repository at URL 'https://ommited/svn/YAMS'
svn: E175002: OPTIONS of 'https://ommited/svn/YAMS': Server certificat
e verification failed: certificate issued for a different hostname, issuer is no
t trusted (https://ommited)
Run Code Online (Sandbox Code Playgroud)
我想如果我放--non-interactive --trust-server-cert,它会忽略自签名证书问题。我在这里做错了吗?