bluecatlabs / terraform-provider-bluecat

Apache License 2.0
6 stars 4 forks source link

allow self signed certificates #11

Open funksen opened 1 year ago

funksen commented 1 year ago

Hi,

is it possible to allow self signed certificates on the bluecat server? an allow_insecure option or something like that?

I can't use plain http, and the server on the internal network uses a self signed cert, throwing x509: certificate signed by unknown authority error

like vmwares allow_unverified_ssl = true option

thanks in advance!

cheers funksen