Quote: Originally Posted by
midiwall 
I'll try all this myself on the way home from work.
And... I can confirm that the embedded web browser in CF can _not_ get to an SSL site. Gmail is one example, my webmail system through work is another.
The clearest example is probably Amazon.com. You can get to "amazon.com" but once you hit any place that requires you to log in, the site requires SSL and CF stops loading the pages.
David: I figure you're using the InternetConnect() API to make this connection? If so, try using INTERNET_INVALID_PORT_NUMBER for param 3, and only specifying INTERNET_SERVICE_HTTP for param 6. This is how I use the API and I'm about to auto-connect to HTTP and HTTPS servers by letting IE figure it out.
Good luck!