Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.4.0
-
None
Description
I'm tring to setup failover configuration with multiple hosts. I would like connector to use unsecure connection to localhost and secure connection to other machines.
Add new useSSL paramter option remote. This setting will use ssl for connections to remote host like 10.0.0.2 but will not use it for localhost and 127.0.0.1 etc.
BTW useSSL=true and localSocket throws NullPointerException at AbstractConnectProtocol.java:709