lyft / presto-gateway

A load balancer / proxy / gateway for prestodb
Apache License 2.0
358 stars 156 forks source link

Update README with steps to enable TLS algorithms #150

Closed hecris closed 3 years ago

hecris commented 3 years ago

newer versions of java disable certain TLS algorithms by default causing Failed to connect to JBDC URL due to Bad handshake errors when connecting to MySQL.

This PR adds the steps to enable TLSv1 and TLSv1.1 algorithms as a workaround for the above errors.

endoplasmicR commented 3 years ago

/rebase