Skip to content
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

server certificate verification failed when I added parameter skip_ssl_verification: true #129

Open
linbingdouzhe opened this issue Oct 25, 2021 · 0 comments

Comments

@linbingdouzhe
Copy link

linbingdouzhe commented Oct 25, 2021

dear team,

when i use the code like below, the concourse resource check feed back the "server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none" error , and pipeline will not run as expect.

- name: {{ $environment.name }}-trigger type: semver source: driver: git initial_version: 0.0.1 uri: https://172.17.0.1/root/xxxxxxxxxx.git branch: master password: wqeqwe username: root skip_ssl_verification: true depth: 3 file: xxxxxxx

but when i use git type resource , it will checked pass , and can run pipeline expect,
- name: {{ $environment.name }}-trigger type: git source: skip_ssl_verification: true branch: master password: qwewqeqwe uri: https://172.17.0.1/root/xxxxxx.git username: root

my concourse and fly version is : 5.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant