Hello,
I migth have another question about SSL.
I have a Smart Client and I deploy it using ClickOnce. In this Smart Client application, I call a HTTPS Web Service. I need so to install a Trusted Root Certification Authorities to give access to this HTTPS Web Service.
Let's say that I want to keep it fully "ClickOnce", meaning that I do not want to have anything to do on the client machine except run the ClickOnce = I do not want to have to install the certificate on the client machine manually (or not) but I want to have it install prior to the Smart Client. I would include it in the package and will be the first thing to be installed.
My problem is :
As I read on the Internet, there is no way I could install a "Trusted Root Certification Authorities" without having Admin Rights on the client machine
is it right?
if it's right, do you see another solution to achieve this goal or it's just not possible?
Thx you in advance.