ssl_context()
SSL context for the server when run in SSL mode
# File lib/webrick/ssl.rb, line 149 def ssl_context # :nodoc: @ssl_context ||= begin if @config[:SSLEnable] ssl_context = setup_ssl_context(@config) @logger.info("\n" + @config[:SSLCertificate].to_text) ssl_context end end end