M
Michael Jacobs
Guest
Ok. Here is where the client type comes in. When you say "I've got 11.3 as the client...", I can assume your WSA SOAP client is an OpenEdge ABL client. Tell me if I've made a bad assumption. ABL client connections to a SOAP (web service) will not support SSL client authentication until release 11.4. Starting in 11.4 there are additional CONNECT options that turn on SSL client authentication, locate the private key file, locate the certificate file, and provide the private key file's password. If you are going to support self-signed certificates - Tomcat's trustStore will have to be configured so that it can validate them. Mike J.
Continue reading...
Continue reading...