concourse / semver-resource

automated semantic version bumping
Apache License 2.0
97 stars 105 forks source link

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

Open linbingdouzhe opened 2 years ago

linbingdouzhe commented 2 years ago

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