I recently added SSL to my website and it can be accessed over https. Now when my java application tries to make requests to my website and read from it with a buffered read
protocol is disabled or cipher suites are inappropriate
The key to the problem lies in that statement. What it basically means is either:
This leads to handshake failure in TLS, and the connection fails. Check one or all of the three scenarios above.