The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all
As part of my day to day work, I often decrypt network traffic to get more information on the packets being transmitted. As of today, I am working with the SQL endpoint of a Lakehouse and trying to connect to the same via my client application. Since, the SQL endpoint is TDS compliant, I am trying to decrypt the TDS packets.
Regards
Abhishek
Hi @shaky1289,
May I ask if you have resolved this issue? please provide helpful answer here. This will be helpful for other community members who have similar problems to solve it faster.
If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum we’ll be happy to assist.
Thank you for being part of the Microsoft Fabric Community.
We would like to confirm if our comminity members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.
Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
hi @shaky1289,
We would like to confirm if our comminity members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.
Thank you for your patience and look forward to hearing from you.
Best Regards,
Prashanth Are
You cannot retrieve the server’s private key in Microsoft Fabric, and you should not be able to, this is by design for strong security and tenant isolation.
SSLKEYLOGFILE Method Not Working
The SSLKEYLOGFILE env variable works only if you control the client (like browsers, curl, or custom OpenSSL-based clients). It logs pre-master secrets so tools like Wireshark can decrypt TLS.
In your case:
Also, Microsoft Fabric’s SQL endpoint likely terminates TLS at an azure managed reverse proxy or gateway, which is out of your control.
Getting the Server Private Key is not Possible
You asked about retrieving the private key:
So no, you cannot and should not expect to retrieve the server private key.
As a workaround, you can try:
Enable Query Logging / Diagnostic Logs
Instead of decrypting network traffic:
(OR)
Use Azure Network Packet Capture (if VM-based)
If this was your own hosted SQL server (like Azure VM or container), you could:
Please 'Kudos' and 'Accept as Solution' if this answered your query.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
3 | |
3 | |
2 | |
2 |