zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.03k stars 593 forks source link

Consider supporting SNI on the server side #493

Closed bentoi closed 3 months ago

bentoi commented 5 years ago

We should consider supporting SSL SNI extension on the server side if it's supported on the client side following the addition of https://github.com/zeroc-ice/ice/pull/482

externl commented 5 years ago

We only ever have one certificate at a time right mow, do we plan on changing this for 4.0? Add support for multiple certificates in one communicator.

pepone commented 3 months ago

Dup of #2090, keeping the new one as it targets the new API