mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-24 15:18:54 +02:00
appname should be osc for ssl support
This commit is contained in:
@@ -272,7 +272,7 @@ def verify_certificate(connection):
|
||||
# Maybe it changed to something valid.
|
||||
if not connection.sock.verify_ok():
|
||||
|
||||
tc = TrustedCertStore(connection.getHost(), connection.getPort(), 'generic', cert)
|
||||
tc = TrustedCertStore(connection.getHost(), connection.getPort(), connection.appname, cert)
|
||||
|
||||
if tc.is_known():
|
||||
|
||||
|
Reference in New Issue
Block a user