This will connect and works for testing, but for a production configuration you should also edit the configuration so that it checks the server's certificate. If you don't, the configuration will connect without an error even if someone is pretending to be the server you're trying to connect to. Since you're setting up TLS, that's probably not what you want.
To do this, change the "Server certificate verification" setting from 'none' to 'require' and then fill in the name of the file which contains the certificate authority (CA) certificate for the server you're connecting to in the "File containing trusted Certificate Authority certificate(s)" field. The certificate should be in PEM format, and the file may contain multiple certificates if you want to include more than one.
- Log in to post comments