in Visual Basic 6
How can i check that communication to port 443 is opened for network requests?
I must NOT use any 3rd party controls / activeX / OCX, so I'm looking for ways to send / receive an https or just make a connection to a server which is serving on 443, using windows (2k/2k3/xp/7/vista) API calls.
There is a known server I can check against. (or, for that matter, https://google.com/accounts)
Thanks.