<?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: Can Qlik replicate work with encrypted turn on for MySQL as endpoint? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Can-Qlik-replicate-work-with-encrypted-turn-on-for-MySQL-as/m-p/2458050#M11317</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;This is a pure MySQL Client/Server communication settings issue.&amp;nbsp;&lt;SPAN&gt;With&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_require_secure_transport" target="_top"&gt;&lt;CODE class="literal"&gt;require_secure_transport&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;enabled, client connections to the server are required to use some form of secure transport, and the server permits only TCP/IP connections that use SSL,&amp;nbsp;The server rejects nonsecure connection attempts, that's why you got the error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To establish encrypted connections, the certificate and key files are required:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="itemizedlist"&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_ca" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_ca&lt;/CODE&gt;&lt;/A&gt;: The path name of the Certificate Authority (CA) certificate file. (&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_capath" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_capath&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is similar but specifies the path name of a directory of CA certificate files.)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_cert" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_cert&lt;/CODE&gt;&lt;/A&gt;: The path name of the server public key certificate file. This certificate can be sent to the client and authenticated against the CA certificate that it has.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_key" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_key&lt;/CODE&gt;&lt;/A&gt;: The path name of the server private key file.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These files should be provided in Qlik Replicate Endpoint, a sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1717134553716.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167137i4C4E15B4C3E0A48D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_0-1717134553716.png" alt="john_wang_0-1717134553716.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We strongly suggest you new a 64-bit ODBC DSN and use it to test the connectivity, if the DSN works, then we may 'copy' the same settings to Qlik Replicate Endpoint.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 05:50:06 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-05-31T05:50:06Z</dc:date>
    <item>
      <title>Can Qlik replicate work with encrypted turn on for MySQL as endpoint?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-Qlik-replicate-work-with-encrypted-turn-on-for-MySQL-as/m-p/2458040#M11316</link>
      <description>&lt;P&gt;I have enabled "require_secure_transport=ON" in MySQL endpoint. The task started to fail and the error message is:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Connections using insecure transport are prohibited while --require_secure_transport=ON.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a workaround to bypass or fix this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 05:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-Qlik-replicate-work-with-encrypted-turn-on-for-MySQL-as/m-p/2458040#M11316</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-05-31T05:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can Qlik replicate work with encrypted turn on for MySQL as endpoint?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Can-Qlik-replicate-work-with-encrypted-turn-on-for-MySQL-as/m-p/2458050#M11317</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;This is a pure MySQL Client/Server communication settings issue.&amp;nbsp;&lt;SPAN&gt;With&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_require_secure_transport" target="_top"&gt;&lt;CODE class="literal"&gt;require_secure_transport&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;enabled, client connections to the server are required to use some form of secure transport, and the server permits only TCP/IP connections that use SSL,&amp;nbsp;The server rejects nonsecure connection attempts, that's why you got the error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To establish encrypted connections, the certificate and key files are required:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="itemizedlist"&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_ca" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_ca&lt;/CODE&gt;&lt;/A&gt;: The path name of the Certificate Authority (CA) certificate file. (&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_capath" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_capath&lt;/CODE&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is similar but specifies the path name of a directory of CA certificate files.)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_cert" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_cert&lt;/CODE&gt;&lt;/A&gt;: The path name of the server public key certificate file. This certificate can be sent to the client and authenticated against the CA certificate that it has.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;&lt;A class="ulink" href="https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_ssl_key" target="_top"&gt;&lt;CODE class="literal"&gt;ssl_key&lt;/CODE&gt;&lt;/A&gt;: The path name of the server private key file.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These files should be provided in Qlik Replicate Endpoint, a sample:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1717134553716.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167137i4C4E15B4C3E0A48D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_0-1717134553716.png" alt="john_wang_0-1717134553716.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We strongly suggest you new a 64-bit ODBC DSN and use it to test the connectivity, if the DSN works, then we may 'copy' the same settings to Qlik Replicate Endpoint.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 05:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Can-Qlik-replicate-work-with-encrypted-turn-on-for-MySQL-as/m-p/2458050#M11317</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-05-31T05:50:06Z</dc:date>
    </item>
  </channel>
</rss>

