warden-googleapps 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,6 +53,8 @@ module OpenID
|
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
def self.discover(uri)
|
|
56
|
+
# Set the CA file for the fetcher so the HTTPS requests will not issue warnings.
|
|
57
|
+
fetcher.ca_file = File.join(File.dirname(__FILE__), 'ca-bundle.crt')
|
|
56
58
|
discovery = GoogleDiscovery.new
|
|
57
59
|
info = discovery.perform_discovery(uri)
|
|
58
60
|
if not info.nil?
|