Javier Liceaga
2004-06-03 12:17:47 UTC
I am writing a client application (C++, no C# or .NET) that needs to
communicate with a published service in a server. The communication
needs to be secure (TLS 1.0) and the server identity is validated with
a server-side certificate. There is no client-side certificate.
I am newbie at all this so I thought I could just use the
CSoapWininetClient class to communicate with the service over HTTP.
Communication with the server works fine but the CSoapWininetClient
defaults to using the protocols defined in the Internet Explorer
registry settings (which have TLS 1.0 turned off by default). But I
want to use TLS 1.0 exclusively, without changing the user's Internet
Explorer registry settings.
At this point, I believe that I cannot use CSoapWininetClient. Can
somebody guide me in the steps needed to implement this?
communicate with a published service in a server. The communication
needs to be secure (TLS 1.0) and the server identity is validated with
a server-side certificate. There is no client-side certificate.
I am newbie at all this so I thought I could just use the
CSoapWininetClient class to communicate with the service over HTTP.
Communication with the server works fine but the CSoapWininetClient
defaults to using the protocols defined in the Internet Explorer
registry settings (which have TLS 1.0 turned off by default). But I
want to use TLS 1.0 exclusively, without changing the user's Internet
Explorer registry settings.
At this point, I believe that I cannot use CSoapWininetClient. Can
somebody guide me in the steps needed to implement this?