Developer forum

Forum » Integration » Running Data Integration job

Running Data Integration job

Terri Donahue
Terri Donahue
Reply

We have an issue on servers where TLS 1.0 and 1.1 have been disabled. If you access Admin using https and try to run a data integration job, an error is returned. The error is: 'Web exception occured: The underlying connection was closed: An unexpected error occurred on a receive.' This only happens if both TLS 1.0 and 1.1 are disabled. If TLS 1.1 is enabled, running the job from Data Integration works fine. Is this a known issue? Is there a workaround without enabling less secure protocols?

Thanks,

Terri


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Is this the same thing as with the connectors? Should we explicitly enable TLS 1.2 through code?

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply

Yes, it looks like you need to enable TLS 1.2

You can either...

A) Enable support for TLS 1.2 through code at startup (before any web requests).

ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol | SecurityProtocolType.Tls12;

B) Upgrade to Dynamicweb 9.4.0 or later.

We have enabled support for TLS 1.2 by default.

Best regards,
Morten

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

@Terri: let me know where you need this and I can supply the appopriate subscriber....

 

You must be logged in to post in the forum