Skip to content

Commit

Permalink
Update docs/development.md
Browse files Browse the repository at this point in the history
Co-authored-by: Manfred Moser <manfred@simpligility.ca>
  • Loading branch information
willmostly and mosabua authored Sep 12, 2023
1 parent 497a6c5 commit 03e90c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ java -jar gateway-ha-{{VERSION}}-jar-with-dependencies.jar server ../gateway-ha-

If you encounter a `Failed to connect to JDBC URL` error with the MySQL backend, this may be due to
newer versions of Java disabling certain algorithms when using SSL/TLS, in
particular `TLSv1` and `TLSv1.1`. This will cause `Bad handshake` errors when
particular `TLSv1` and `TLSv1.1`. This causes `Bad handshake` errors when
connecting to the MySQL server. You can avoid this by enabling `TLSv1` and `TLSv1.1` in your JDK,
or by adding `sslMode=DISABLED` to your connection string.

Expand Down

0 comments on commit 03e90c4

Please sign in to comment.