P
Peter Anastos
I want to set up my website to use my OpenSSL generated root certificate -
and I intend on being a real certificate authority to clients. Once the root
certificate is installed the SSL certificate for the hostname issued from
that CA is accepted without warning by most browsers at standard settings.
Apparently, what I need to do is to silently test if an SSL connection will
be accepted by the client. (I have seen this in action when I installed the
software I am using this for, ZenCart, it tested whether an SSL connection
could be created or if it times out during it's PHP-Based installation. I
believe it uses Curl for PHP Security, but I don't really know what that is
to be quite honest.)
So, once I do the test, assumedly via php and/or in conjunction with
OpenSSL, I can have php/html send the file for downloading and installing by
end users, and then automatically continuing to the login & signup page (the
first SSL page the user would encounter), rather than encounter that absurd
IE7 "DO NOT CONTINUE TO THIS WEBSITE!" warning (excuse the exagguration)
which may scare off *many* clients for my line of work. Explaining
installing a root certificate that is done via the method I have in mind
would be far less difficult or troublesome.
I appreciate all assistance greatly. Thank you in advance.
Peter
and I intend on being a real certificate authority to clients. Once the root
certificate is installed the SSL certificate for the hostname issued from
that CA is accepted without warning by most browsers at standard settings.
Apparently, what I need to do is to silently test if an SSL connection will
be accepted by the client. (I have seen this in action when I installed the
software I am using this for, ZenCart, it tested whether an SSL connection
could be created or if it times out during it's PHP-Based installation. I
believe it uses Curl for PHP Security, but I don't really know what that is
to be quite honest.)
So, once I do the test, assumedly via php and/or in conjunction with
OpenSSL, I can have php/html send the file for downloading and installing by
end users, and then automatically continuing to the login & signup page (the
first SSL page the user would encounter), rather than encounter that absurd
IE7 "DO NOT CONTINUE TO THIS WEBSITE!" warning (excuse the exagguration)
which may scare off *many* clients for my line of work. Explaining
installing a root certificate that is done via the method I have in mind
would be far less difficult or troublesome.
I appreciate all assistance greatly. Thank you in advance.
Peter