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,
79
78
key_file=ssl_certs.build_path('server_without_pass.key'),
80
79
cert_file=ssl_certs.build_path('server.crt')):
84
82
self.cert_file = cert_file