Security Protocols

Discuss RoboTask here
Post Reply
wbyford
Posts: 10
Joined: Thu Jan 11, 2018 5:29 pm

Security Protocols

Post by wbyford »

Our company is removing some older security protocols for compliance purposes. When we removed the TLS 1.0 and SHA1 from the server that is running RoboTask, some of our tasks began to fail. IMAP Open action would not connect to the email server (using Office 365) and the Database Loop action would not connect to the SQL Server. We turned both of these protocols back on and everything worked. Are there any plans to allow RoboTask to use the protocols allowed on the server?
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Security Protocols

Post by Oleg »

I wrote the problem in our ToDo.
Maybe it's necessary to add add settings of protocol version to IMAP and POP3 actions.
But I can say that Dataset Loop action works with ADO database connections.
So, database driver provide necessary settings for connection string. ADO doesn't control network protocols. It can connect to local database as well as to network database through database driver.
Oleg Yershov
wbyford
Posts: 10
Joined: Thu Jan 11, 2018 5:29 pm

Re: Security Protocols

Post by wbyford »

Oleg - thank you! This is critical to our company. I appreciate your attention.
Post Reply