https://bugzilla.wikimedia.org/show_bug.cgi?id=45324

--- Comment #2 from T. Gries <m...@tgries.de> ---
*** this is not yet a proposed patch ***

see http://www.php.net/manual/de/function.curl-setopt.php for curl options

ad-hoc possibility to disable host certificate checks
https://gerrit.wikimedia.org/r/#/c/54123/1 :

in OpenID.php, or in your LocalSettings.php (after including the extension) add

/**
 * When this wiki is used as consumer:
 *
 * Whether OpenID https://provider-host certificates are checked (default)
 *
 * true enables SSL Certificate check
 * this is the default even when the define statement is missing
 *
 * set to false if you want to disable SSL Certificate check
 * this can only by useful for testing with self-signed certificates
 */
define( 'Auth_OpenID_VERIFY_HOST', true );

In a forthcoming version of the extension this can be part of new settings
per-provider.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to