<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Option to disable ssl sessions]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">SNI proxy means: The proxy routes based on domain to the target, but without tls termination.</p>
]]></description><link>https://forum.cloudron.io/topic/13529/option-to-disable-ssl-sessions</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:00:27 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13529.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Mar 2025 12:42:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Option to disable ssl sessions on Tue, 25 Mar 2025 12:44:58 GMT]]></title><description><![CDATA[<p dir="auto">No SSL Session requires a complete ssl handshake, whenever a new connection is established. Otherwise Chrome will skip the ssl handshake and omit SNI in ClientHello, only providing the session ticket ID, which the proxy has no way of knowing it.</p>
]]></description><link>https://forum.cloudron.io/post/104321</link><guid isPermaLink="true">https://forum.cloudron.io/post/104321</guid><dc:creator><![CDATA[philkunz]]></dc:creator><pubDate>Tue, 25 Mar 2025 12:44:58 GMT</pubDate></item></channel></rss>