We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d27ce commit 029aa15Copy full SHA for 029aa15
tabpy/tabpy_server/app/app.py
@@ -85,7 +85,7 @@ def __init__(self, config_file, disable_auth_warning=True):
85
self._parse_config(config_file)
86
87
def _initialize_ssl_context(self):
88
- ssl_context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
+ ssl_context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
89
90
ssl_context.load_cert_chain(
91
certfile=self.settings[SettingsParameters.CertificateFile],
0 commit comments