Options

TLS1.2 in Classic

Hi

With various internet services changing to only allow TLS1.2 communications, does anyone know how to do the equivalent of

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;


in NAV2009, as this is a dotnet command which will not work in the classic environment.

We have a customer who this will affect who is currently in the process of an upgrade but it will not be in place in time to bypass this issue.

Cheers

Chris
"When you eliminate the impossible, whatever remains, however improbable, must be the truth" - Sherlock Holmes

"God and developers are in a constant battle. Developments to make their applications more idiot-proof, and God to produce bigger idiots!"

Best Answer

  • Options
    CyberghostCyberghost Member Posts: 46
    Answer ✓
    We ended up going the route of creating a dll to handle the calls.
    "When you eliminate the impossible, whatever remains, however improbable, must be the truth" - Sherlock Holmes

    "God and developers are in a constant battle. Developments to make their applications more idiot-proof, and God to produce bigger idiots!"

Answers

  • Options
    CyberghostCyberghost Member Posts: 46
    Answer ✓
    We ended up going the route of creating a dll to handle the calls.
    "When you eliminate the impossible, whatever remains, however improbable, must be the truth" - Sherlock Holmes

    "God and developers are in a constant battle. Developments to make their applications more idiot-proof, and God to produce bigger idiots!"
Sign In or Register to comment.