<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TLS Handshake Error Connecting Server 2021.4 to User Managed Mongo with SSL in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/943527#M10916</link>
    <description>&lt;P&gt;Turns out this ultimately had to do with the certificates and config file.&amp;nbsp; I will potentially be writing a post about this in case anyone has my weirdly specific use case.&amp;nbsp; Thank you for the reply!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2023 22:02:19 GMT</pubDate>
    <dc:creator>smithct4mn</dc:creator>
    <dc:date>2023-05-09T22:02:19Z</dc:date>
    <item>
      <title>TLS Handshake Error Connecting Server 2021.4 to User Managed Mongo with SSL</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/942345#M10895</link>
      <description>&lt;P&gt;I have been receiving the following error when trying to start the Alteryx server with an advanced connection string:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mongo error: ""No suitable servers found: ''serverSelectionTimoutMS' expired" [TLS handshake failed]: generic server error"" code: &amp;lt;mongodb:13053&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Facts&lt;/STRONG&gt; -&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I can connect when I use a basic config file for Mongo and a connection string without ?ssl=True and Alteryx Server runs as expected&lt;/LI&gt;&lt;LI&gt;Server version: 2021.4 on Windows 2019 server not FIPS enabled&lt;/LI&gt;&lt;LI&gt;MongoDB version: 4.4 on RHEL 7 in FIPS enable mode&lt;/LI&gt;&lt;LI&gt;Net config in Mongo (without the bullet points)&lt;UL&gt;&lt;LI&gt;tls:&lt;UL&gt;&lt;LI&gt;mode: requireTLS&lt;/LI&gt;&lt;LI&gt;certificateKeyFile: pem file&lt;/LI&gt;&lt;LI&gt;certificateKeyFilePassword: pass&lt;/LI&gt;&lt;LI&gt;CAFile: CA pem&lt;/LI&gt;&lt;LI&gt;FIPSMode: true&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I've tried&lt;/STRONG&gt; -&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All combinations I could think of for the mongo config, including using the deprecated SSL net keywords&lt;/LI&gt;&lt;LI&gt;adjusting the certificate file to sometimes include the private key, sometimes not&lt;/LI&gt;&lt;LI&gt;currently attempting to locate a version of the mongo certificate on the windows server, but that doesn't appear to work either&lt;/LI&gt;&lt;LI&gt;I've read and followed the below articles&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/How-to-Create-a-User-Managed-MongoDB-Instance/ta-p/653752" target="_blank" rel="noopener"&gt;How to Create a User-Managed MongoDB Instance - Alteryx Community&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/How-to-Install-SSL-for-User-Managed-Mongo-4-0/ta-p/669324" target="_blank" rel="noopener"&gt;How to Install SSL for User Managed Mongo 4.0 - Alteryx Community&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Integration-Issue-with-MongoDB-Atlas/td-p/766998" target="_blank" rel="noopener"&gt;Integration Issue with MongoDB Atlas - Alteryx Community&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I think the error has to be something with either the certificate, cypher suite, or protocol mismatch between the two entities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if there is anything else I can provide or any recommendations, thank you!!&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 18:46:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/942345#M10895</guid>
      <dc:creator>smithct4mn</dc:creator>
      <dc:date>2022-05-23T18:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: TLS Handshake Error Connecting Server 2021.4 to User Managed Mongo with SSL</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/942844#M10905</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/174991"&gt;@smithct4mn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check for Mongod locks and remove them before trying to connect to MongoDB.&lt;BR /&gt;Make sure to perform indexing post removal of locks.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 14:57:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/942844#M10905</guid>
      <dc:creator>AsmiDesai</dc:creator>
      <dc:date>2022-05-24T14:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: TLS Handshake Error Connecting Server 2021.4 to User Managed Mongo with SSL</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/943527#M10916</link>
      <description>&lt;P&gt;Turns out this ultimately had to do with the certificates and config file.&amp;nbsp; I will potentially be writing a post about this in case anyone has my weirdly specific use case.&amp;nbsp; Thank you for the reply!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 22:02:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/TLS-Handshake-Error-Connecting-Server-2021-4-to-User-Managed/m-p/943527#M10916</guid>
      <dc:creator>smithct4mn</dc:creator>
      <dc:date>2023-05-09T22:02:19Z</dc:date>
    </item>
  </channel>
</rss>

