mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Shorten TLS log message
This commit is contained in:
parent
192dd64dbe
commit
5a8797a6dd
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def initialize(options):
|
|||
|
||||
min_tls_version = options['https_min_tls_version'].replace('.', '_')
|
||||
context.minimum_version = getattr(ssl.TLSVersion, min_tls_version, ssl.TLSVersion.TLSv1_2)
|
||||
logger.debug("Tautulli WebStart :: Web server minimum TLS version set to %s.", context.minimum_version.name)
|
||||
logger.debug("Tautulli WebStart :: Minimum TLS version set to %s.", context.minimum_version.name)
|
||||
|
||||
context.load_cert_chain(https_cert, https_key)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue