Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ssl_verify option to consul provider #8841

Closed
gozer opened this issue Sep 14, 2016 · 4 comments
Closed

Add ssl_verify option to consul provider #8841

gozer opened this issue Sep 14, 2016 · 4 comments

Comments

@gozer
Copy link

gozer commented Sep 14, 2016

Right now, working around it by setting :

CONSUL_HTTP_SSL_VERIFY=1

in my environment, but would be so much cleaner if I could use the provider to do it explicitely:

provider "consul" {
  address    = "some.host.name:443"
  scheme     = "https"
  ssl_verify = "false"
}
@pll
Copy link

pll commented Sep 21, 2016

@jen20 I think this may be related to my issue here: #8690

@pll
Copy link

pll commented Sep 21, 2016

@gozer Thanks for the work-around! I was trying everything a couple weeks back and gave up! How did you find the CONSUL_HTTP_SSL_VERIFY=1 trick ?

@gozer
Copy link
Author

gozer commented Sep 21, 2016

It's hidden in the Consul go API library!

And, yes, same issue. I do like the more generic insecure solution !

@ghost
Copy link

ghost commented Apr 10, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants