This determines how the client will authenticate with the server.
None - The SSL connection runs without checking certificates and the User is authenticated with a password. If any of the information being transmitted requires a certificate, the connection will fail.
Optional - The SSL connection looks for a valid certificate, but continues with password authentication if a certificate is not present.
Required - The SSL connection will not connect or authenticate a User unless a valid certificate is available.