in reply to Check https connection open
If I understand your question, you could fetch a known good URL on the server in question using HTTPS. If the HTTPS fetch succeeds, then have the URLs in your program use HTTPS.
If a HTTPS fetch fails, you can quit the program, or do something else to find out what is going on (like checking HTTP, etc.)
Cheers,
Brent
|
|---|