HOW TO

Check if SQL Server and SQL Azure Connections from ArcGIS clients are encrypted

Last Published: August 28, 2025

Summary

To ensure encrypted communication between ArcGIS Server and/or ArcGIS Pro and Microsoft SQL Server, configure the enterprise geodatabase connection string with the parameters Encrypt=yes;TrustServerCertificate=yes in accordance with the guidelines outlined in the ArcGIS Pro documentation: Encrypted connections to SQL Server databases

Procedure

Using SQL Server Management Studio, execute the following database query to verify that the client session connection is configured with ENCRYPT_OPTION = TRUE.

SELECT session_id, connect_time, net_transport, encrypt_option, auth_scheme, client_net_address
FROM sys.dm_exec_connections;

Confirming the connection properties in SQL Server Management Studio

Article ID: 000036738

Software:
  • ArcGIS Pro
  • ArcGIS Server

Get support with AI

Resolve your issue quickly with the Esri Support AI Chatbot.

Start chatting now

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Start chatting now

Go to download options