24件ヒット
[1-24件を表示]
(0.065秒)
検索結果
先頭2件
-
WEBrick
:: GenericServer # ssl _ context -> OpenSSL :: SSL :: SSLContext | nil (6202.0) -
サーバが保持する OpenSSL::SSL::SSLContext オブジェクトを返します。
...サーバが保持する OpenSSL::SSL::SSLContext オブジェクトを返します。... -
WEBrick
:: GenericServer . new(config = {} , default = WEBrick :: Config :: General) -> WEBrick :: GenericServer (102.0) -
GenericServer オブジェクトを生成して返します。
...erverSoftware => "#{svrsoft} OpenSSL/#{osslv}",
:SSLEnable => true, # Ruby 1.8.3 以降では false がデフォルトです。
:SSLCertificate => nil,
:SSLPrivateKey => nil,
:SSLClientCA => nil,
:SSLExtraChainCert => nil,
:SSLCACertificateFile =......LCACertificatePath => nil,
:SSLCertificateStore => nil,
:SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE,
:SSLVerifyDepth => nil,
:SSLVerifyCallback => nil, # custom verification
:SSLTimeout => nil,
:SSLOptions => nil,
:SSLStartImmediately => true,......# Must specify if you use auto generated certificate.
:SSLCertName => nil,
:SSLCertComment => "Generated by Ruby/OpenSSL"
@param config サーバの設定を保存したハッシュを指定します。
@param default サーバのデフォルトの設定を保存したハッ...