microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
719 stars 242 forks source link

The SSL connection could not be established (RevocationStatusUnknown or altered verification) when download symbols from HTTPS source #7719

Closed Yaowenjie closed 2 months ago

Yaowenjie commented 2 months ago

I always got the following errors when I try to download symbols from our https server under windows 11 enterprise OS, and this https server link is directly accessible from browser:

error 1:

Error: The SSL connection could not be established, see inner exception.
Authentication failed, see inner exception.
The message or signature supplied for verification has been altered

error2:

Error: The SSL connection could not be established, see inner exception.
The remote certificate is invalid because of errors in the certificate chain: RevocationStatusUnknown

The error is sometimes like error1, sometimes like error2. I checked the license for this https server link is under TLS1.2, and I also changed the regedit value to disable protocol SSL 3.0, TLS 1.0 and TLS 1.1, and only keep TLS 1.2 enabled. But it's still not working, I also checked the issue #7618 and #3274, which might be related to this issue, but there is no clue with my scenario, still no option to turn CRL validation off, and I am not able to change any config in the BC server side.

Could anyone can help me with it? Appreciate a lot in advance!

Versions:

thloke commented 2 months ago

Hi, this issue is out of scope of for this repository. You should do one of the following:

As a reminder, this repository only handles issues to do with the compiler or VSCode development experience for AL.