nulldriver / maven-resource

Maven Repository Manager Concourse Resource
Apache License 2.0
21 stars 49 forks source link

Allow to use Curl in insecure mode to Check throw HTTPS #3

Closed jpthiery closed 7 years ago

jpthiery commented 7 years ago

Currently, the base image not provide collection of ca cert which allow to make a fully secured connection, validating cert issuer.

This commit allow config curl with the --insecureoption

jpthiery commented 7 years ago

I had tried to import my public certification usuing repository_cert like you done for in and out script, but absence of ca-certificate on the base image make it fail.

patrickcrocker commented 7 years ago

Thank you for reporting this! This has prompted me to fix this the "correct" way: