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 (1,025 forks)batch import
help wantedtype: enhancement

Repository metrics

Stars
 (5,882 stars)
PR merge metrics
 (Avg merge 18d 12h) (60 merged PRs in 30d)

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