vault read consul/creds/developers
Error reading consul/creds/developers: Error making API request.
URL: GET https://127.0.0.1:8200/v1/consul/creds/developers
Code: 400. Errors:
* Put http://127.0.0.1:8080/v1/acl/create: net/http: HTTP/1.x transport connection broken: malformed HTTP response "\x15\x03\x01\x00\x02\x02"
env | egrep -i 'consul|vault'
CONSUL_HTTP_SSL_VERIFY=true
VAULT_ADDR=https://127.0.0.1:8200
USER=vault
CONSUL_HTTP_SSL=true
PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vault/bin
PWD=/home/vault
HOME=/home/vault
VAULT_CACERT=/etc/vault.d/tls/ca.cert
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/27cef69c-3668-45ee-893b-2295cf13445e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[vault@uat-shd-configuration-vault-0 ~]$ vault read consul/config/accessKey Value--- -----address 127.0.0.1:8080scheme http
$ vault write consul/config/access \
address=127.0.0.1:8500 \
token=7652ba4c-0f6e-8e75-5724-5e083d72cfe4
$ vault write consul/config/access \
address=https://127.0.0.1:8080 \
token=7652ba4c-0f6e-8e75-5724-5e083d72cfe4
vault write consul/config/access address=127.0.0.1:8080 scheme=https
vault read consul/creds/developersError reading consul/creds/developers: Error making API request.
Code: 400. Errors:
* Put https://127.0.0.1:8080/v1/acl/create: x509: certificate signed by unknown authority
{ "addresses": {"https": "0.0.0.0"}, "ports": {"https": 8080}, "datacenter": "dc1", "data_dir": "/etc/consul.d/data", "encrypt": "i...",
"log_level": "INFO", "enable_script_checks": true, "enable_syslog": true, "enable_debug": true, "node_name": "uat-..", "verify_server_hostname": true, "server": false, "server_name": "server.dc1.consul", "rejoin_after_leave": true, "retry_join": ["provider=gce project_name=infr...."], "key_file": "/dat...", "disable_remote_exec": true,
"ca_file": "/etc/consul.d/ssl/ca.cert", "cert_file": "/etc/consul.d/ssl/consul.cert", "key_file": "/etc/consul.d/ssl/consul.key",
"verify_outgoing": true, "verify_incoming": true , "acl_datacenter": "dc1", "acl_down_policy": "extend-cache", "acl_agent_token": "cb7e2..." }