HI team ,
Need some help in establishing the TLS1.2 protocol for the PB application.
I am using the HTTPClient object which supports the TLS1.2 Protocol and setting up using the property.
lnv_HttpClient.SecureProtocol = SECURE_PROTOCOL_TLS1
When I set the value to above 3 the SendRequest Method of HTTPClient returns -1
for the value 3 it return success which s TLS1.0.
The Operating system is Win7 where TLS1.2 is not enabled y default hence I have added the registry value on the below location:
Registry location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client
DWORD name: DisabledByDefault
DWORD value: 0
What I am missing here, please help.