had a hard time finding this so if you need to get html from an HTTPS connection in java, here is an example: import java.io.BufferedReader;
import java.io.IOException; import java.io.InputStreamReader; import … Read More