SSLHandshakeException

Hello Helical Insight,

I am using helical insight version 5.0 GA. When I am trying to connect to mysql getting this error of
Error: SSLHandShakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

Thank You,
Vema.

Hello Vema,

This error is because DB is on SSL and while making connection we need to pass that information also.

Based on the DB and also DBversion this syntax might change but you would need to pass something like

?enabledTLSProtocols=TLSv1.2 in advance section.

image

Thank You,
Helical Insight.