1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-25 19:52:12 +01:00
Marcus Huewe 2cb03b4efe - fixed "logic" issue in init_basicauth
the old code didn't turn off the ssl checking if conf['apiurl']
was configured with "sslcertk = 1".
Example:
~/.oscrc:
[https://foo]
sslcertk = 0
...
[https://main]
sslcertk = 1
...
[general]
apiurl = https://main

if you send a request to https://foo (and conf['apiurl'] == https://main)
it'll fail because the ssl checking isn't disabled.
2010-08-26 13:06:00 +02:00
..
2010-05-06 14:27:52 +02:00
2009-12-03 19:19:53 +01:00
2010-08-17 15:16:00 +02:00
2010-08-20 14:34:41 +02:00
2010-08-23 10:08:09 +02:00
2010-08-17 15:16:00 +02:00
2010-06-23 14:47:52 +02:00