Check if SSL is available
Posted: Fri Aug 26, 2005 5:52 am
I would wrote a CMS which allows admins to either use SSL or regular http
The problem is that not all providers support SSL (especially on shared hostings):
i would like to check if SSL is supported or not:
e.g:
User installed CMS on http://www.domain.com
atm I offer a link with https://www.domain.com to see if ssl works
But I´m not satisfied with this
Is there a way to check if SSL is supoorted or not?!
Something link $_ENV[] or else?!

The problem is that not all providers support SSL (especially on shared hostings):
i would like to check if SSL is supported or not:
e.g:
User installed CMS on http://www.domain.com
atm I offer a link with https://www.domain.com to see if ssl works
But I´m not satisfied with this
Is there a way to check if SSL is supoorted or not?!
Something link $_ENV[] or else?!