mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
- fix for 3892117558
This commit is contained in:
parent
3892117558
commit
186d4ae4f7
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user