M
Michael Jacobs
Guest
Release 10.1B's ABL client does not support SSL/TLS connections to external servers that use a SHA2 signed server certificate. So the ABL client's connection is probably failing to validate the server's certificate. If your IIS server's SSL/TLS certificate is signed using SHA ( i.e. SHA1 ), then your ABL code should just be able to connect to it - given that OpenEdge has a copy of the CA who signed and issued your IIS server's certificate. You should be able to establish connectivity to your IIS server by just making a socket connection and then closing it. If you can do that, then you can probably manually form a POST request and have it work. Mike Jacobs
Continue reading...
Continue reading...