Skip to content

Commit 54f1b0a

Browse files
committed
Remove SSL verify skip code.
1 parent ccc89fe commit 54f1b0a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config/initializers/devise.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
require 'openssl'
2-
module OpenSSL
3-
module SSL
4-
remove_const :VERIFY_PEER
5-
end
6-
end
7-
81
# Devise::Async.backend = :sidekiq
92

10-
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
113
# Use this hook to configure devise mailer, warden hooks and so forth. The first
124
# four configuration values can also be set straight in your models.
135
Devise.setup do |config|

0 commit comments

Comments
 (0)