<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 22.12.2017 um 14:06 schrieb
      Sebastian:<br>
    </div>
    <blockquote type="cite"
      cite="mid:ef0f603c-7ccc-6274-c71d-d12da188f0bd@sebix.at">
      <blockquote type="cite" style="color: #000000;">
        <pre wrap="">But I'm not sure whether it should be

ssl=1
</pre>
      </blockquote>
      <pre wrap="">The docs do not mention it at all:
<a class="moz-txt-link-freetext" href="https://dev.mysql.com/doc/refman/5.7/en/using-encrypted-connections.html" moz-do-not-send="true">https://dev.mysql.com/doc/refman/5.7/en/using-encrypted-connections.html</a>
Is it necessary?
Here is an indicator it might be necessary:
<a class="moz-txt-link-freetext" href="https://www.thomas-krenn.com/de/wiki/MySQL_Verbindungen_mit_SSL_verschl%C3%BCsseln" moz-do-not-send="true">https://www.thomas-krenn.com/de/wiki/MySQL_Verbindungen_mit_SSL_verschl%C3%BCsseln</a>
</pre>
    </blockquote>
    <p>Well, the MySQL docs say that option 'ssl' is enabled by default.
      Since my own server installation docs have a long history, it
      might be possible that 'ssl' was not enabled by default in earlier
      versions of MySQL.</p>
    <p>IMHO it is better to set this option on your own to offer
      encrypted connections, instead of relying on default values.</p>
    <p>Regards<br>
      Torge<br>
    </p>
  </body>
</html>