diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-07-31 12:14:02 +0200 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-07-31 12:14:02 +0200 |
commit | 429a25ab4642d69046ba0dbeb2c8cd2483993926 (patch) | |
tree | ada8d9a8fc0d44e56039aed7f260523617799be9 /lib/Plugins/Bugzilla.conf | |
parent | 5d4007c22e67b3d68a2bb19ef28970408133c572 (diff) | |
download | abrt-429a25ab4642d69046ba0dbeb2c8cd2483993926.tar.gz abrt-429a25ab4642d69046ba0dbeb2c8cd2483993926.tar.xz abrt-429a25ab4642d69046ba0dbeb2c8cd2483993926.zip |
added new option do bugzilla plugin.
NoSSLVerify enables/disables certificate verification.
Diffstat (limited to 'lib/Plugins/Bugzilla.conf')
-rw-r--r-- | lib/Plugins/Bugzilla.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Plugins/Bugzilla.conf b/lib/Plugins/Bugzilla.conf index 24947fec..8c2bcdf0 100644 --- a/lib/Plugins/Bugzilla.conf +++ b/lib/Plugins/Bugzilla.conf @@ -1,5 +1,7 @@ # Bugzilla URL BugzillaURL = https://bugzilla.redhat.com/xmlrpc.cgi +# yes means that ssl certificates will not be checked +NoSSLVerify = no # your login has to exist, if you don have anyone, please create one Login = # your password |