Hi,
I have a IPv6 server and unable to access https://postman.com/ or https://getpostman.com/, it will not redirect to www. However, if I use www-postman-com or www-getpostman-com has no issue. Any problem with IPv6 backend?
Note: I can manually using www but the Postman APP using postman-com and get postman-com by default without www and failed to redirect and connect.
Error:
This site can’t be reached
The connection was reset.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_RESET
CURL test:
curl -4 -v https://-postman-com
Host postman-com:443 was resolved.
IPv6: (none)
IPv4: 162.159.129.53
Trying 162.159.129.53:443…
schannel: disabled automatic use of client certificate
ALPN: curl offers http/1.1
Recv failure: Connection was reset
schannel: failed to receive handshake, SSL/TLS connection failed
closing connection #0curl: (35) Recv failure: Connection was reset
curl -6 -v https://-postman-com
Host postman-com:443 was resolved.
IPv6: 2606:4700:7::a29f:8135
IPv4: (none)
Trying [2606:4700:7::a29f:8135]:443…
schannel: disabled automatic use of client certificate
ALPN: curl offers http/1.1
Recv failure: Connection was reset
schannel: failed to receive handshake, SSL/TLS connection failed
closing connection #0curl: (35) Recv failure: Connection was reset
Please advise, thanks!
Shaw