constant OpenSSL::SSL::OP_ALL

OP_ALL -> Integer[permalink][rdoc][edit]

SSL 通信で各種のバグ回避コードをすべて有効にするフラグです。

OpenSSL::SSL::SSLContext#options= で利用します。