P
Peter Judge
Guest
In test_http.p you're using the ABL HTTP Client; in testwebclient.p you are using the .NET HTTP client. That's one large difference . What OE version are you using? Prior to 11.7.3 there was a bug in the way we created the client connection w.r.t SSL siphers and protocols. You can log what the connection parameters are, with a sufficiently high logging level. Add these lones to your test_http program. log-manager : logfile-name = 'test.log' . log-manager : logging-level = 5 . log-manager : clear-log (). That should write a line with the connect parameters.
Continue reading...
Continue reading...