- Roger Ingbretson
- PowerBuilder
- Wednesday, 10 May 2017 08:00 PM UTC
I have a VS 2015 C# program that interfaces with Authorize Dot Net using TLS 1.2 as the default security protocol. AuthDotNet has two environments. The Test environment only allows TLS 1.2. Production will allow both TLS 1.1 and TLS 1.2.
The VS 2015 Console application calls a VS 2015 Class object to interface with AuthDotNet and works properly in both the Test and Production environments.
In Powerbuilder I create an OLE object for the VS 2015 Class object. Powerbuilder works properly when interfacing with the AuthDotNet Production environment and crashes when interfacing with the Test environment. My guess is that Powerbuilder is somehow forcing TLS 1.1 as the security protocol.
Can anyone give me a suggestion on how to fix or curcumvent this issue?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.