Skip to content

Do not add the chain to the SSL context multiple times.

Previously, we added the chain each time we reuse the session. With this, we only do this on the first connection.

When the chain was added multiple times, we eventually went over the SSL message size limits and had an error in establishing the SSL connection.

Merge request reports