Maybe I just need to figure out what method to use on SSLContextBuilder? Would SSL context checker then know the requested domain I wonder?
( Since that is the only thing referenced in the only TLS example https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5/examples/ClassicFileServerExample.java ) On Tue, May 19, 2020 at 9:25 PM C c <uptime...@gmail.com> wrote: > I looked at emails and docs and can't find a trail on getting started w/ > SNI. > > In netty, I can set up SNI to look up what domain is being requested so I > can use a cert to the non-async server so I can serve multiple domains with > 'Let's Encrypt'. > > How do I do SNI in HTTP core v5 non-async server? > > Vic > >