I'm trying to run cloudron behind a SNI proxy. Sni fails though upon ssl session resumption, because cloudron's nginx uses ssl sessions by default, which do not work reliably over SNI proxies.
SNI proxy means: The proxy routes based on domain to the target, but without tls termination.