Jump to content

Recommended Posts

Posted

Hello!

Unigui 1592.

All settings are set in IISCrypto. All ciphers are enabled, TLS 1.2-1.3 also

image.png.a6ca6fcc07a4b8fb9e1b5b99adcaf28b.png

 

Project is working on Firedac.

FDPhysMSSQL and FDPhysODBC are placed in MainModule.

 

Connection params:

ODBCAdvanced=Server=localhost;Trusted_Connection=No; Encrypt=yes; TrustServerCertificate=Yes

ODBCVersion=3.8

ODBCDriver=ODBC Driver 17 for SQL Server

RDBMS=MSSQL

DriverID=ODBC

 

Problem:

If application is started as stand-alone then there is no problems with connection to DB.

If i starting it on IIS then very often i receive error "[Firedac][Phys][ODBC][Microsoft][ODBC Driver 17 for SQL Server]Encryption not supported on the client" on FDConnection.Active for every new session created.

 

May be i missed something during server configuration or may be i need to add some components to project?

ODBC Driver version is 17.10.6.1

Thank You.

  • Administrators
Posted

Hi,

IIS encryption is not relevant to DB connection between uniGUI app and DB server. IIS encryption is only relevant to browser encryption between browser and the IIS server.

You may need to change pool settings and use LocalSystem as pool identity to resolve this issue.

  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...