-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strictSSL configuration? #2
Comments
Hi there - not familiar with this setting - do you know where this would be set? Thanks. |
I'm curious about this as I'm getting this error when I try to run a job: [2019-05-07 11:15:46.764] [Jenkins] [info] Fetching remote XML config for job kris-tester @https://myjenkins I get the same error from the https://marketplace.visualstudio.com/items?itemName=janjoerke.jenkins-pipeline-linter-connector plugin unless i set the option "Jenkins > Pipeline > Linter > Connector: Strictssl Looking at the source for that plugin at https://github.com/janjoerke/vscode-jenkins-pipeline-linter-connector/blob/71f8178f13660310cdfac7051f5b9ba34c003f49/src/extension.ts it looks like in the validateRequest fn they are using it for a similarly named flag to reading a filestream...
|
Ah, cool - thanks for the info. |
I looked at the jenkins package you are using but I didn't notice a straightforward way to set this when init'ing the jenkins instance. |
Hi there - just curious - are you using a self-signed or otherwise unverified SSL cert? I can reproduce something similar (but not quite the same) by setting up a local Jenkins instance with a self-signed cert, and connecting over SSL |
This can be used to ignore SSL cert errors. These are I think seen when using a self-signed on unverifiable cert. Use with caution. Fix a bug where some host settings were not updated until next restart. Fix launch config - compile before launch
Hello - I just released a new version - this adds the I would suggest you with this set to |
FYI - make sure you get the 1.2.2 version - 1.2.1 had a minor bug. |
that works brilliantly! thank you so much for addressing this. apologies it took me so long to test and confirm. |
NP - glad to hear it's working! Thanks for following up. |
hey just curious if there is any way to set strictSSL=false?
The text was updated successfully, but these errors were encountered: