Error When Enable SSL for Database connection On TransactionScope

0

I am trying to Enable SSL for database connection with setting the

encrypt=true;trustServerCertificate=true

on the connection string, everything is working fine until when I want to use TransactionScope, and I am getting below exception,

The partner transaction manager has disabled its support for remote/network transactions. (Exception from HRESULT: 0x8004D025)

If I remove encrypt=true;trustServerCertificate=true part fro mthe connection string then it is fine.

is there someone who experienced this before?

thanks.

c#
sql-server
ssl
transactionscope
asked on Stack Overflow Apr 15, 2019 by Hilmi Akcay

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0