Hi All,
I've downloaded BC latest version available from MS from Docker and get the website up and running. Running on laptop as a sandbox for testing visual studio code and creating extensions
installed with below log
Container IP Address: 172.28.156.5
Container Hostname : 1dcb2f7d29c9
Container Dns Name : 1dcb2f7d29c9
Web Client : https://1dcb2f7d29c9/BC/
Admin Username : admin
Admin Password : Poxi0136
Dev. Server : https://1dcb2f7d29c9
Dev. ServerInstance : BC
Files:
1dcb2f7d29c9:8080/ALLanguage.vsix
1dcb2f7d29c9:8080/certificate.cer
However certificate error appears and the issue is now I cannot connect visual studio code
version: AU Business Central 16.1 (Platform 16.0.12630.13573 + Application 16.1.12629.13608)

when trying to connect visual studio code below error appears
selected 5.0 BC 2020 wave 1
launch.json
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Your own server",
"server": "https://1dcb2f7d29c9",
"serverInstance": "BC",
"authentication": "UserPassword",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}
Error
[2020-06-09 16:10:42.11] Targeting server '1dcb2f7d29c9' and server instance 'BC'.
[2020-06-09 16:10:42.12] Using user name and password authentication. User name used is: 'admin'.
[2020-06-09 16:10:42.13] Sending request to 1dcb2f7d29c9:7049/.../packages
[2020-06-09 16:10:42.13] Sending request to 1dcb2f7d29c9:7049/.../packages
[2020-06-09 16:10:42.14] Sending request to 1dcb2f7d29c9:7049/.../packages
[2020-06-09 16:10:44.51] Error: The SSL connection could not be established, see inner exception.
The remote certificate is invalid according to the validation procedure.