Skip to content

Commit

Permalink
flickraw remove SSL check
Browse files Browse the repository at this point in the history
(flickraw.ca = .. not currently working -
hanklords#89)
  • Loading branch information
mahemoff committed Feb 15, 2016
1 parent 8d1160b commit b23f701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flickraw.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module FlickRaw
USER_AGENT = "FlickRaw/#{VERSION}"

self.secure = true
self.check_certificate = true
self.check_certificate = false
end

# Use this to access the flickr API easily. You can type directly the flickr requests as they are described on the flickr website.
Expand Down

0 comments on commit b23f701

Please sign in to comment.