MCPcopy
hub / github.com/tornadoweb/tornado / get_ssl_options

Method get_ssl_options

tornado/test/httpserver_test.py:106–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 return Application([("/", HelloWorldRequestHandler, dict(protocol="https"))])
105
106 def get_ssl_options(self):
107 return dict(
108 ssl_version=ssl.PROTOCOL_TLS_SERVER,
109 **AsyncHTTPSTestCase.default_ssl_options(),
110 )
111
112 def test_ssl(self):
113 response = self.fetch("/")

Callers

nothing calls this directly

Calls 1

default_ssl_optionsMethod · 0.80

Tested by

no test coverage detected