File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414here = os .path .dirname (__file__ )
1515
1616HOST = socket_helper .HOST
17- CERTFILE = os .path .join (here , 'keycert.pem' )
17+ CERTFILE = os .path .join (here , 'certdata/ keycert.pem' )
1818
1919# This one's based on HTTPServer, which is based on socketserver
2020
Original file line number Diff line number Diff line change 2222
2323here = os .path .dirname (__file__ )
2424# Self-signed cert file for 'localhost'
25- CERT_localhost = os .path .join (here , 'keycert.pem' )
25+ CERT_localhost = os .path .join (here , 'certdata/ keycert.pem' )
2626# Self-signed cert file for 'fakehostname'
27- CERT_fakehostname = os .path .join (here , 'keycert2.pem' )
27+ CERT_fakehostname = os .path .join (here , 'certdata/ keycert2.pem' )
2828# Self-signed cert file for self-signed.pythontest.net
29- CERT_selfsigned_pythontestdotnet = os .path .join (here , 'selfsigned_pythontestdotnet.pem' )
29+ CERT_selfsigned_pythontestdotnet = os .path .join (here , 'certdata/ selfsigned_pythontestdotnet.pem' )
3030
3131# constants for testing chunked encoding
3232chunked_start = (
You can’t perform that action at this time.
0 commit comments