MySQL Error 3160 – ER_NO_SECURE_TRANSPORTS_CONFIGURED

MySQL Error Message

No secure transports (SSL or Shared Memory) are
configured, unable to set –require_secure_transport=ON.

Reason for the Error

The require_secure_transport
system variable cannot be enabled if the server does not support
at least one secure transport. Configure the server with the
required SSL keys/certificates to enable SSL connections, or
enable the shared_memory system
variable to enable shared-memory connections.