alefragnani / vscode-jenkins-status

Jenkins Status Extension for Visual Studio Code
MIT License
27 stars 20 forks source link

Add "strictTls" setting option #23

Closed grzegorzjudas closed 6 years ago

grzegorzjudas commented 6 years ago

Add a "strictTls" option

Provides support for strictTls property to settings that you can set to false if you have TLS certificates problems. Defaults to true and should not be changing it is not recommended, but may be required if you've got certificate problems with Github (for example, Enterprise Githubs, hosted internally).

Note:

Also includes package.json format fixes (my IDE fixed it by itself).

alefragnani commented 6 years ago

Hi @grzegorzjudas ,

First of all, thanks for you PR, and sorry for taking so long to comment here. I will take a look this weekend, and publish an update.

Stay tuned 👍