<div dir="auto"><span style="font-size:16px">Hi,</span><br style="font-size:12.8px"><span style="font-size:16px">We are upgrading from 1.11.5 tls to 3.2.9. In 1.11 we had issues with the client certificate so we had to set the following:</span><span style="font-size:12.8px"></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:16px"># 1.11 parameters</span><br style="font-size:12.8px"><span style="font-size:16px">tls_verify_server = 1</span><br style="font-size:12.8px"><span style="font-size:16px">tls_verify_client = 0    tls_require_client_certificate = 0</span><span style="font-size:12.8px"></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:16px">TLS works fine for us with those settings. Now we are trying to migrate them to 3.2.9 and having issues. Just wanted to confirm</span><br style="font-size:12.8px"><span style="font-size:16px">if the following is correct way to migrate those parameters to 3.2? (Just included those parameters - the domains are set up correctly)</span><span style="font-size:12.8px"></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:16px">Server domain</span><br style="font-size:12.8px"><span style="font-size:16px">modparam("tls_mgm", "verify_cert", "[dom1]0")</span><br style="font-size:12.8px"><span style="font-size:16px">modparam("tls_mgm", "require_cert", "[dom1]0")</span><span style="font-size:12.8px"></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:16px">Client domain</span><br style="font-size:12.8px"><span style="font-size:16px">modparam("tls_mgm", "verify_cert", "[dom2]1")</span><br style="font-size:12.8px"><span style="font-size:16px">modparam("tls_mgm", "require_cert", "[dom2]1")</span><span style="font-size:12.8px"></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:16px">Thanks,</span><br style="font-size:12.8px"><span style="font-size:16px">Matt</span></div>