1
0
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:
Ludwig Nussel
2010-01-19 13:31:07 +01:00
parent aee78f6150
commit f2f948388e
2 changed files with 2 additions and 1 deletions

View File

@@ -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():