bryancall commented on issue #7174: URL: https://github.com/apache/trafficserver/issues/7174#issuecomment-4827339381
This is now supported. PR https://github.com/apache/trafficserver/pull/12110 added two per Server Name Indication (SNI) keys to sni.yaml: `server_cipher_suite` (overrides the global `proxy.config.ssl.server.cipher_suite` for pre TLSv1.3) and `server_TLSv1_3_cipher_suites` (overrides `proxy.config.ssl.server.TLSv1_3.cipher_suites`). These let you configure inbound cipher suites on a per SNI basis, which is what this issue requested. The change first shipped in release 10.1.0. Closing as implemented. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
