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.40.0 tests/rackups/ssl.ru
excon-0.39.6 tests/rackups/ssl.ru
excon-0.39.5 tests/rackups/ssl.ru
excon-0.39.4 tests/rackups/ssl.ru
excon-0.39.3 tests/rackups/ssl.ru
excon-0.39.2 tests/rackups/ssl.ru
excon-0.39.1 tests/rackups/ssl.ru
excon-0.39.0 tests/rackups/ssl.ru
excon-0.38.0 tests/rackups/ssl.ru
excon-0.37.0 tests/rackups/ssl.ru
excon-0.36.0 tests/rackups/ssl.ru
excon-0.35.0 tests/rackups/ssl.ru
excon-0.34.0 tests/rackups/ssl.ru
excon-0.33.0 tests/rackups/ssl.ru
excon-0.32.1 tests/rackups/ssl.ru
excon-0.32.0 tests/rackups/ssl.ru
excon-0.31.0 tests/rackups/ssl.ru
excon-0.30.0 tests/rackups/ssl.ru
excon-0.29.0 tests/rackups/ssl.ru
excon-0.28.0 tests/rackups/ssl.ru