class Capybara::Server::Checker

def https_request(&block)

def https_request(&block)
  Net::HTTP.start(@host, @port, ssl_options, &block)
end