openhab / openhab-vscode

VS Code extension for openHAB configuration files
https://marketplace.visualstudio.com/items?itemName=openhab.openhab
Eclipse Public License 2.0
159 stars 47 forks source link

Encode username and password to make a valid URI. Fixes #213 #214

Closed gabbe closed 3 years ago

gabbe commented 3 years ago

Apparently the error message about the certificate not matching the hostname was a red herring due to my request URI being malformed. In my SUPERSECRET password I had characters that needed to be encoded.

Confectrician commented 3 years ago

You can get a extension version to test the change here: https://dev.azure.com/openhab/vscode-openhab/_build/results?buildId=111&view=artifacts&type=publishedArtifacts

Maybe you can give me some feedback if the extension is working for you. :)

gabbe commented 3 years ago

Sorry for the delay! Yes, the test version now works perfectly with my setup. Thank you!