Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor debug message change - Mix/Max TLS requested #464

Open
wants to merge 2 commits into
base: v2.x/staging
Choose a base branch
from

Conversation

Martin-Zeithaml
Copy link
Contributor

Debug option components.zss.logLevels._zss.httpserver=5 will produce messages

Max TLS requested=3
Min TLS requested=3 

The number is index of TLS_NAMES array, which is not helpful much.

This PR prints the actual item:

Max TLS requested=TLSv1.2     
Min TLS requested=TLSv1.2     

@Martin-Zeithaml
Copy link
Contributor Author

Once discussed, I can fix #463 here.

Copy link
Member

@1000TurquoisePogs 1000TurquoisePogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good change and makes sense to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants