2016年6月5日日曜日

Rubyで TLS1.2に接続できるか確認する方法

paypal/TLS-update: Documentation & tools for the upcoming TLSv1.2 required update

"net/http"は小文字でないとエラーになるので注意。

ruby -r'net/http' -e 'uri = URI("https://tlstest.paypal.com/"); puts Net::HTTP.get(uri)'
結果が、
PayPal_Connection_OK will be printed.
なら接続OK。
OpenSSL::SSL::SSLError or EOFError will be thrown.
とか何らかのエラーならNG。

0 件のコメント:

ブログ アーカイブ

カテゴリー