Skip to main content
Answer

cipher suites for Acumatica Saas

  • December 8, 2022
  • 1 reply
  • 64 views

Forum|alt.badge.img+2

Hi,

There is case 

which describes cipher suites usage in Acumatica Saas.

I need to clarify ciphers suites usage for Acumatica.

The question is : if I am using such expression in code :

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Does it mean that I my application which integrates with Acumatica Saas uses  “TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384” and
“TLS_DHE_RSA_WITH_AES_256_GCM_SHA384” ciphers, because these two cipher suites are supported under TLS1.2 ?

If pointing SecurityProtocolType does not mean cipher usage, how it must be implemented ?

Best regards,

Thanks in advance 

Best answer by Ivan

solved

1 reply

Forum|alt.badge.img+2
  • Author
  • Varsity I
  • Answer
  • December 12, 2022

solved