Q
|
Can I detect if SSL has been disabled in the Advanced options of IE. If SSL 2.0 and 3.0 have been unchecked, the SSL property will return True but a redirect to https will give a page unavailable.
|
A
|
Yes, the SSLEnabled property provides this information. If SSLEnabled returns true, you can be confident that redirecting the user to a page that runs HTTPS will load in their browser just fine. Likewise if it returns false redirecting them would result in a "page cannot be displayed" type of error in their browser.
|