Sha256: af2124e277f1cf3176a5f035f7d3ac5a6ba68fa5fef7032e1b4464d48710ef55

Contents?: true

Size: 323 Bytes

Versions: 82

Compression:

Stored size: 323 Bytes

Contents

require 'openssl'
require 'webrick'
require 'webrick/https'

require File.join(File.dirname(__FILE__), 'basic')

Rack::Handler::WEBrick.run(Basic, {
  :Port             => 9443,
  :SSLCertName      => [["CN", WEBrick::Utils::getservername]],
  :SSLEnable        => true,
  :SSLVerifyClient  => OpenSSL::SSL::VERIFY_NONE
})

Version data entries

82 entries across 82 versions & 3 rubygems

Version Path
excon-0.16.3 tests/rackups/ssl.ru
excon-0.16.2 tests/rackups/ssl.ru
excon-0.16.1 tests/rackups/ssl.ru
excon-0.16.0 tests/rackups/ssl.ru
excon-0.15.5 tests/rackups/ssl.ru
excon-0.15.4 tests/rackups/ssl.ru
excon-0.15.3 tests/rackups/ssl.ru
excon-0.15.2 tests/rackups/ssl.ru
excon-0.15.1 tests/rackups/ssl.ru
excon-0.15.0 tests/rackups/ssl.ru
excon-0.14.3 tests/rackups/ssl.ru
excon-0.14.2 tests/rackups/ssl.ru
excon-0.14.1 tests/rackups/ssl.ru
excon-0.14.0 tests/rackups/ssl.ru
ftl-0.2.0 vendor/bundle/gems/excon-0.13.4/tests/rackups/ssl.ru
excon-0.13.4 tests/rackups/ssl.ru
excon-0.13.3 tests/rackups/ssl.ru
excon-0.13.2 tests/rackups/ssl.ru
excon-0.13.1 tests/rackups/ssl.ru
excon-0.13.0 tests/rackups/ssl.ru