How to overwrite TLS cipher suites during runtime? #5471
Unanswered
Sidhartha-Biswal
asked this question in
Q&A
Replies: 4 comments 2 replies
-
Hi @yurishkuro, Does Jaeger support overwriting of cipher suites during runtime? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @yurishkuro, May I know your view on the runtime overwriting of the cipher suites? Is it a valid use case? If yes, do you have any plan to implement this in the future? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can restart the server to pick up new settings. Go TLS does not support swapping cipher suites. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The TLS cipher suites for collector http interface can be configured with the --collector.http.tls.cipher-suites CLI flag.
Comma-separated list of cipher suites for the server, values are from tls package constants (https://golang.org/pkg/crypto/tls/#pkg-constants).
Hi @yurishkuro,
Can the TLS cipher suites be overwritten in the Jaeger code during runtime?
Beta Was this translation helpful? Give feedback.
All reactions