You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by gerardnorton October 10, 2023
In MTLS configuration, by default, all allowed clients CN are returned when a client initializes an SSL communication. This can lead to many security risks and information leaks.
Discussed in #389
Originally posted by gerardnorton October 10, 2023
In MTLS configuration, by default, all allowed clients CN are returned when a client initializes an SSL communication. This can lead to many security risks and information leaks.
This is my server implementation:
Command to check issue:
openssl s_client -showcerts -servername 127.0.0.1 -connect 127.0.0.1:8443 </dev/nul
Partial reponse:
How can I disable the response of allowed clients in the truststore file?
Best regards :-)
The text was updated successfully, but these errors were encountered: