Skip to content

Instantly share code, notes, and snippets.

@ujhelyiz
ujhelyiz / 1. SSLTEST.java
Last active August 29, 2015 14:20
SSL issue in Eclipse
package test;
import java.io.DataInputStream;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.util.Iterator;
import java.util.List;
import java.util.Map;