How to overwrite TLS cipher suites during runtime? #5471
Replies: 4 comments 2 replies
-
Hi @yurishkuro, Does Jaeger support overwriting of cipher suites during runtime? |
Beta Was this translation helpful? Give feedback.
-
no |
Beta Was this translation helpful? Give feedback.
-
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.
-
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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