Hi,
I have a self signed cert for https on my developer server and the vscode module are complaining.
How can I bypass this? I can’t connect to the server because of this.
Failed to query configuration files. unable to verify the first certificate This is a connection error.
My next step was to add the cert to the user trusted certification authority. This changed the error to the more generic one below. This is where I’m stuck.
Failed to connect to PowerShell Universal. Universal may not be running or you need to update your settings.
I added the .pfx certificate to quite a few stores (both user & machine) but it does not make a difference.
@adam can you advise if it is possible to connect to PWU on https with the VS Code extension?
I don’t know why that isn’t working. We use the axios library to query the web service which certainly supports HTTPS. Feel free to raise an issue for it and I can look into it. There is likely a setting we can set to avoid certificate errors but it probably wants valid certificates by default.