I have a program that connects to mailboxes, through IMAP , but there are some client boxes that, when the program tries to establish the connection, throws the following exception:
Server choose SSLv3, but that protocol version is not enabled or not supported by the client.
I would like to know how I can enable this protocol from my program, if there is any property or something that can be established. I already searched in several places but I have not found the solution.
The application is made with java 8 u66 .