75
75
# Provides usable defaults since an https server requires both a
76
76
# private key and certificate to work.
77
77
def __init__(self, request_handler=http_server.TestingHTTPRequestHandler,
78
79
key_file=ssl_certs.build_path('server_without_pass.key'),
79
80
cert_file=ssl_certs.build_path('server.crt')):
82
84
self.cert_file = cert_file