Skip to content

Commit

Permalink
[travis] why on earth is this not working
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Apr 21, 2017
1 parent 07aa0ce commit 415e047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trio/tests/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async def test_ssl_simple():
server_ctx = stdlib_ssl.create_default_context(
stdlib_ssl.Purpose.CLIENT_AUTH,
)
print(CERT1)
server_ctx.load_cert_chain(CERT1)
t = threading.Thread(target=ssl_echo_server, args=(b, server_ctx))
t.start()
Expand Down

0 comments on commit 415e047

Please sign in to comment.