Alguém poderia me ajudar com isso:
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
acontece qdo tento
s=(SSLSocket) sf.createSocket("127.0.0.1", 8008);
ObjectOutputStream ostream = new ObjectOutputStream(s.getOutputStream());
VAleu ae