how to hit a url with java code as i am trying but it shows avax.net.ssl.SS LHandshakeExcep tion .
please help me

code is import java.net.*;
import java.io.*;

public class unittest {
public static void main(String[] args) throws Exception {
URL url = new URL("https://193.195.180.33/marsh/Screens/Login/Login.jsp");

BufferedReader in = new BufferedReader( new...