Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mig/shared/tlsserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --- BEGIN_HEADER ---
#
# tlsserver - Shared functions for all SSL/TLS-secured servers
# Copyright (C) 2003-2021 The MiG Project lead by Brian Vinter
# Copyright (C) 2003-2026 The MiG Project by the Science HPC Center at UCPH
#
# This file is part of MiG.
#
Expand All @@ -20,7 +20,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Check warning on line 23 in mig/shared/tlsserver.py

View workflow job for this annotation

GitHub Actions / Style check python and annotate

line too long (81 > 80 characters)
#
# -- END_HEADER ---
#
Expand Down Expand Up @@ -120,7 +120,7 @@
curves to take advantage of this optional improved security feature""")

if not pfs_available:
_logger.warning("""No Perfect Forward Secrecy with neither

Check warning on line 123 in mig/shared/tlsserver.py

View workflow job for this annotation

GitHub Actions / Style check python and annotate

trailing whitespace
dhparams nor elliptic curves available.""")

ssl_ctx.set_ciphers(ciphers)
Expand Down Expand Up @@ -215,7 +215,7 @@
curves to take advantage of this optional improved security feature""")

if not pfs_available:
_logger.warning("""No Perfect Forward Secrecy with neither

Check warning on line 218 in mig/shared/tlsserver.py

View workflow job for this annotation

GitHub Actions / Style check python and annotate

trailing whitespace
dhparams nor elliptic curves available.""")

ssl_ctx.set_cipher_list(ciphers)
Expand Down
Loading
Loading