Skip to content

Commit

Permalink
Tables Generator のSSLサーバー証明書を検証しない理由をコメントした
Browse files Browse the repository at this point in the history
  • Loading branch information
AudioStakes committed Feb 2, 2022
1 parent cc8e4e3 commit 4ec23db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/link_checker/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module LinkChecker
class Client
SSL_VERIFY_NONE_HOST = [
'www.tablesgenerator.com'
'www.tablesgenerator.com' # 中間証明書を取得できず、SSLサーバー証明書の検証に失敗するため
].freeze

def self.request(url)
Expand Down

0 comments on commit 4ec23db

Please sign in to comment.