revert truststore

This commit is contained in:
Kenneth Kehl
2025-07-24 10:01:03 -07:00
parent 1287b796a4
commit 3f68657607
4 changed files with 41 additions and 57 deletions

View File

@@ -1,15 +1,12 @@
##!/usr/bin/env python
from __future__ import print_function
import truststore
from flask import Flask
from werkzeug.serving import WSGIRequestHandler
truststore.inject_into_ssl() # noqa
from flask import Flask # noqa
from werkzeug.serving import WSGIRequestHandler # noqa
from app import create_app, socketio # noqa
from app import create_app, socketio # noqa: F401
WSGIRequestHandler.version_string = lambda self: "SecureServer"