Hi Dushantha, As defined in the warning message, you should be able to get rid of this by disabling JDBC trying to connect to DB over SSL by configuring the JDBC String as below.
jdbc:mysql://localhost:3306/carbon_db?autoReconnect=true&*useSSL=false* Regards, Sashika On Thu, Nov 16, 2017 at 7:32 PM, Dushantha Batuwita <[email protected]> wrote: > Hi Dev; > > I'm involved in setting up a cluster in local machine with port offset. > For the time being, consider the setup is consisted of APIM 2.1.0 and IS as > KM 5.3.0 > I have followed the [1] Configuring WSO2 Identity Server as a Key Manager > document. > > I have set up MySQL databases as it has been described in the document > (e.g. WSO2UM_DB, WSO2REG_DB, WSO2AM_DB) > and configured those in the <PRODUCT_HOME>/repository/conf/datasources/ > master-datasources.xml > > Both nodes have been lifted without error. > > My question is > > When the APIM starts up a warning is shown as bellow. Please let me know > how to avoid the said warning. > > 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. > > many thanks > -- > *Dushantha Nayanajith Chandima Batuwita* > Software Engineer Support | WSO2 > [email protected] > mobile : 0094777453010 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Sashika WijesingheSoftware Engineer - QA Team* Mobile : +94 (0) 774537487 [email protected]
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
