Skip to content

Commit

Permalink
Fix minimum version for CIS2
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka committed Sep 29, 2024
1 parent 38d62d0 commit 8ed3db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
end

OpenIDConnect.http_config do |http_client|
http_client.ssl_config.min_version = :TLS1_2
http_client.ssl.min_version = :TLS1_2
end

config.omniauth(
Expand Down

0 comments on commit 8ed3db9

Please sign in to comment.