Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-pluginFailed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin

@ndacyayisenga So, the underlying issue here seems to be this:

Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

The MySQL Connector/J documentation suggests that you might need to add &enabledTLSProtocols=TLSv1.2 to the end of the dbUrl property of your connection.url setting in openmrs-server.properties (or openmrs-runtime.properties if that exists).

What version of Java and MySQL are you using?

1 Like