Page 1 of 1
Security Protocols
Posted: Thu Aug 02, 2018 4:21 pm
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?
Re: Security Protocols
Posted: Fri Aug 03, 2018 8:32 am
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.
Re: Security Protocols
Posted: Tue Aug 07, 2018 4:39 pm
by wbyford
Oleg - thank you! This is critical to our company. I appreciate your attention.