storage "consul" { address = "127.0.0.1:8500" advertise_addr = "https://<my.domain>:8200" path = "vault" }
listener "tcp" { address = "0.0.0.0:8200" tls_cert_file = "/home/ubuntu/certs/server.pem" tls_key_file = "/home/ubuntu/certs/server.key" }
Error checking seal status: Get https://127.0.0.1:8200/v1/sys/seal-status: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs
Error initializing listener of type tcp: listen tcp <my ip>:8200: bind: cannot assign requested address
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/eb42c8ce-6f9c-45fb-b316-d3f6492cb855%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Error initializing listener of type tcp: listen tcp <my ip>:8200: bind: cannot assign requested address
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/67c85d2a-5a18-4523-8e52-1dd3566badb6%40googlegroups.com.
ip addr show1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc pfifo_fast state UP group default qlen 1000 link/ether 06:d4:27:3d:9b:b6 brd ff:ff:ff:ff:ff:ff inet 172.31.35.166/20 brd 172.31.47.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::4d4:27ff:fe3d:9bb6/64 scope link valid_lft forever preferred_lft forever
netstat -tlnActive Internet connections (only servers)Proto Recv-Q Send-Q Local Address Foreign Address Statetcp 0 0 127.0.0.1:8500 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:22 0.0.0.0:* LISTENtcp 0 0 127.0.0.1:8600 0.0.0.0:* LISTENtcp6 0 0 :::8302 :::* LISTENtcp6 0 0 :::22 :::* LISTENtcp6 0 0 :::8300 :::* LISTENtcp6 0 0 :::8301 :::* LISTEN
storage "consul" { address = "127.0.0.1:8500"
advertise_addr = "https://esteves.me:8200"
path = "vault" }
listener "tcp" {
address = "esteves.me:8200"
tls_cert_file = "/home/ubuntu/certs/server.pem" tls_key_file = "/home/ubuntu/certs/server.key" }
sudo vault server -config=/etc/vault.d/config.hclError initializing listener of type tcp: listen tcp 18.195.167.251:8200: bind: cannot assign requested address
Error checking seal status: Get https://127.0.0.1:8200/v1/sys/seal-status: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs
Error checking seal status: Get https://esteves.me:8200/v1/sys/seal-status: dial tcp 18.195.167.251:8200: i/o timeout
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/59c94c7c-54cb-4095-b6dd-ca66edf16194%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.