gavinbunney / terraform-provider-bitbucketserver

Terraform provider for Bitbucket Server Management
https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest
Mozilla Public License 2.0
29 stars 33 forks source link

Ignoring expired certificate #6

Closed hartzell closed 4 years ago

hartzell commented 4 years ago

Is there a way to ignore an expired certificate?

Our copy of BitBucket server is using a certificate that's expired. The powers that be are working on it (but have been for a while).

We click past it on the browser and work around it with command line git stuff.

It's causing this error w/ the bitbuckerserver provider:

Error: failed to get project SNAFU from bitbucket: Get https://ACOMPANY.com/rest/api/1.0/projects/SNAFU: x509: certificate has expired or is not yet valid

I can't find a knob to set that will let me ignore it. Help?

Thanks!

hartzell commented 4 years ago

Our certs fixed, never mind.

Thanks for the great tool!