You are viewing limited content. For full access, please sign in.

Question

Question

Forms SSL to SQL Database

asked on June 16, 2014 Show version history

There appears to be a very obvious capability to encrypt communication between a Forms Server in a DMZ, to the Laserfiche Application server and the Workflow server.

 

Is there also the ability to encrypt communication to the SQL server, if that server is internal? I am concerned about the data in transit for each field that is filled out, that subsequently gets written to the database.

 

EDIT:
Also curious about Workflow... unencrypted, it goes over 8085 and port 80... would SSL be 443 for both sets of operations?

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on June 17, 2014 Show version history

Adding 'encrypt=true' into the db connection string (FormsEntities and Conn) in file web.config and RoutingEngineServiceHost.exe.config should be fine. And need to configure the sql server to enable SSL (http://technet.microsoft.com/en-us/library/ms189067(v=sql.105).aspx)

0 0
replied on May 15, 2018

Hello,

 

Is this information still valid with Forms 10.3.1? Are there any other configuration changes that would need to be made?

 

Regards,

0 0
replied on May 31, 2018
1 0
replied on July 30, 2019

I am still heavily confused after reading half of the whitepaper.

I'm trying to build an integration with Xero account software. 

When I add my web service to run a GET, the response returns and then I click the Open in Browser button in WF, then it opens to a "TLS 1.0 support has ended".

Is my Workflow using TLS 1.0? 

Any help would be great.

0 0
replied on July 30, 2019

Yes, .Net 4/4.5 applications default to TLS 1.0. You can redirect it to TLS 1.2 following the steps outlined in this KB article.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.