hi Team,
I want to know the https server is live or not through the connecting to it , Can anybody suggest me how to know and connect to it?
Thanks in advance
Buchanna
-
connection to https server (1 messages)
- Posted by: Buchanna Gajula
- Posted on: April 19 2001 14:52 EDT
Threaded Messages (1)
- connection to https server by Kapil Israni on April 24 2001 16:57 EDT
-
connection to https server[ Go to top ]
- Posted by: Kapil Israni
- Posted on: April 24 2001 16:57 EDT
- in response to Buchanna Gajula
there are number of ways to do it.
u can use java.net.URL.openConnection("https://www.theserverside.com") and then catch the exception and see whether the connection opened or not.
or u can try opening a more direct socket connection to the server. i dont quite recollect the port on which https listens. but once u know that its easy.