Closed polvi closed 7 months ago
I'm using skaffold to build a ko container.
% skaffold version v2.9.0 % cat skaffold.yaml apiVersion: skaffold/v4beta8 kind: Config build: artifacts: - image: example.com/my/goapp ko: {}
The application is connecting to a server hosted at: https://gis.co.douglas.or.us/
This server has a valid cert according to the browsers and my system keychain. However, when I compile the app with skaffold/ko, it no longer works.
Get "https://gis.co.douglas.or.us/....": tls: failed to verify certificate: x509: certificate signed by unknown authority
Many other urls work no problem. Does the system certificates from the default image need to be updated? Or any other suggestions appreciated.
Thank you for the great tool!
This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Keep fresh with the 'lifecycle/frozen' label.
I'm using skaffold to build a ko container.
The application is connecting to a server hosted at: https://gis.co.douglas.or.us/
This server has a valid cert according to the browsers and my system keychain. However, when I compile the app with skaffold/ko, it no longer works.
Many other urls work no problem. Does the system certificates from the default image need to be updated? Or any other suggestions appreciated.
Thank you for the great tool!