micronaut-projects/micronaut-core

How do you use SNI with SSL?

Open

#1,131 opened on Jan 17, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (5,882 stars) (1,025 forks)batch import
help wantedtype: enhancement

Description

Hi, how do you configure SNI / virtual host in Micronaut? Netty has a handler for this. Would be good to be able to map the virtual host and be able to use this information as part of the HTTP routing, e.g. for multi-tenant.

Contributor guide