All Questions
2 questions
0
votes
1
answer
1k
views
HaProxy - Does prefer-client-ciphers mean the client can choose a cipher not supported by a server?
Considering a setup like this:
global
# intermediate configuration
ssl-default-bind-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-...
0
votes
0
answers
2k
views
Log Client Ciphersuite in HAProxy
We know of log configurations that can log negotiated cipher-suite info in successful connections.
But what we need to do is to log the client cipher-suite info that HAProxy gets hold of during TLS ...