I have a Java program that connects to a webserver using SSL/TLS, and sends various HTTP requests over that connection. The server is localhost and is using a self-signed ce
I think this is related to a Java 7 bug. It is hard to be sure without more details.