Skip to content

Commit

Permalink
Use relevant anchor to the server certificate section
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Sep 19, 2023
1 parent 0659f4e commit 8c5b661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/omero/plugins/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,8 @@ def startasync(self, args, config):
DEPRECATED_TLS_MESSAGE = (
"Your server is configured to allow a deprecated TLS protocol."
"\n\nPlease refer to https://omero.readthedocs.io/en/stable/"
"sysadmins/server-upgrade.html for instructions on how to "
"upgrade the protocols.")
"sysadmins/server-upgrade.html#server-certificates for "
"instructions on how to upgrade your configuration.")
try:
ssl_protocols = config["omero.glacier2.IceSSL.Protocols"]
if ("TLS1_0" in ssl_protocols or "TLS1_1" in ssl_protocols):
Expand Down

0 comments on commit 8c5b661

Please sign in to comment.