1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00
This commit is contained in:
Marcus Huewe 2011-01-05 17:00:19 +01:00
parent 3892117558
commit 186d4ae4f7

View File

@ -305,7 +305,7 @@ def verify_certificate(connection):
print >>sys.stderr, "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"
print >>sys.stderr, "IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!"
print >>sys.stderr, "offending certificate is at '%s'" % tc.file
raise >>sys.stderr, SSLVerificationError("remote host identification has changed")
raise SSLVerificationError("remote host identification has changed")
verrs.show()