I have Hosted a sandbox locally. VS Code Installed. but while downloading symbols getting below error:
An error occurred while sending the request. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.
Thumbprint is :
Self Signed Certificate Thumbprint DF30D1C34A8367F95F3ED36AAA3F726ECBA221CF
what could be the reason? where can i see this selfsigned certificate?
Here look for the certificate *.cer line. You need to download the certificate and install it locally also. But why create with certificate if running locally?
You need to tell more about your setup and error as suggested by Palle.
Let me clear my scenario.
we have a client with BC on Cloud. They have online sandbox.
we did not want to disturb there sandbox environment so we desided to Host their sandbox locally. Online Sandbox gives me that option.
I Hosted sandbox locally using container.
Self Signed Certificate Thumbprint DF30D1C34A8367F95F3ED36AAA3F726ECBA221CF
Container IP Address: 172.19.166.14
Container Hostname : LocalSB
Container Dns Name : LocaiSB
Web Client : https://LocalSB/NAV/
Dev. Server : https://LocalSB
Dev. ServerInstance : NAV
I installed VS Code, after installing AL Language, used above server and serverInstance details for further steps. after this I got below error
An error occurred while sending the request. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure.
I do not have json file details now.
By reading the error I thought certificate is not valid.
You can do nothing without the Launch.Json file and it is generated automatically. Regardless of folders… Follow my steps above and the file gets generated together with the helloworld.al file… I have trained 100+ people in this…so I really do know.