Kaydet (Commit) 4a5f9677 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Output served URL when running ssl_servers

üst 66c95c74
......@@ -184,4 +184,6 @@ if __name__ == "__main__":
context.load_cert_chain(CERTFILE)
server = HTTPSServer(("", args.port), handler_class, context)
if args.verbose:
print("Listening on https://localhost:{0.port}".format(args))
server.serve_forever(0.1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment