Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can any one help me. I am getting below error in TOS. for MYSQL.
Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Thanks.
Hi @Vrushabh Malbari , on the DB connection component
if you don't want to use SSL , set the additionnal JDBC parameter field to "useSSL=false",
if you want to use SSL ,set the additionnal JDBC parameter field to "useSSL=true", and you can use for eg a tSetKeystore component before the connection to import the certificate.
Send me love and kudos
Hi @Vrushabh Malbari , on the DB connection component
if you don't want to use SSL , set the additionnal JDBC parameter field to "useSSL=false",
if you want to use SSL ,set the additionnal JDBC parameter field to "useSSL=true", and you can use for eg a tSetKeystore component before the connection to import the certificate.
Send me love and kudos
normally means that there is no MySQL server running on the system or that you are using an incorrect Unix socket file name or TCP/IP port number when trying to connect to the server. You should also check that the TCP/IP port you are using has not been blocked by a firewall or port blocking service.