HTTPS

Revision as of 10:09, 1 June 2009 by rosettacode>Dkf (Start a new task; basic HTTPS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Print an HTTPS URL's content to the console. Checking the host certificate for validity is recommended. The client should not authenticate itself to the server — the webpage https://sourceforge.net/ supports that access policy — as that is the subject of other tasks.

Task
HTTPS
You are encouraged to solve this task according to the task description, using any language you may know.