Developer forum

Forum » Feature requests » Cybersource support to TLS 1.2

Cybersource support to TLS 1.2

Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Hi,

 

We need Cybersource to support TLS 1.2 in DW8 (for old customers).

 

Comming February 2018 Cybersource will drop support or TLS 1.1 and TLS 1.0. From what I can tell from other payment providers, this needs to be explicit in the payment providers and there's isn't one for Cybersource.

 

Best Regards,

Nuno Aguiar


Replies

 
Nicolai Pedersen
Reply

TFS#42367, Dynamicweb.Ecommerce.CheckoutHandlers.CyberSource for DW9, version 1.1.6, DW8 next hf.

BR Nicolai

 
Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Hi Nicolai,

 

Thanks for that.

 

Nuno Aguiar

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

@Nuno: until then, adding this to your Global.asax might do the trick:

public void Application_Start(object sender, EventArgs e)
{
  ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
}

Imar

 

 
Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Hi Imar,

 

Thanks for that too.

 

Best Regards,

Nuno Aguiar