Hello Jim, kindly confirm if you are using the self signed certs here, if yes then you need to provide the github server certificate to the Drone server, or you need to disable SSL verification of communication between Drone and Bitbucket Server using DRONE_STASH_SKIP_VERIFY=true
Hi csgit, thanks a lot for your reply.
The cert is provided by , should not be a self signed cert.
And nothing changed after i added --env=DRONE_STASH_SKIP_VERIFY=true. Still the same output.
Login Failed. Post “https://github.com/login/oauth/access_token”: x509: certificate signed by unknown authority
The drone/drone docker images is bundled with root ca certificates at /etc/ssl/certs/ca-certificates.crt [1]. You are mounting a volume that overrides these certificates with your own. Overriding the root certs is the likely root cause of your error. Consider mounting your SSL certs at a different location.