Coder Social home page Coder Social logo

v6.ifconfig.co about echoip HOT 7 CLOSED

mpolden avatar mpolden commented on July 28, 2024
v6.ifconfig.co

from echoip.

Comments (7)

k0nsl avatar k0nsl commented on July 28, 2024 1

Yes? It looks like somebody was careless with HSTS?

from echoip.

gema-arta avatar gema-arta commented on July 28, 2024

https://v6.ifconfig.co/

Unable to communicate securely with peer: requested domain name does not match the server’s certificate.
HTTP Strict Transport Security: true
HTTP Public Key Pinning: false

v6.ifconfig.co uses an invalid security certificate.
The certificate is only valid for the following names: atbapi.tar.io, git.tar.io, tar.io
Error code: SSL_ERROR_BAD_CERT_DOMAIN

from echoip.

gema-arta avatar gema-arta commented on July 28, 2024

@k0nsl - HSTS not available now

$ curl -sik https://v6.ifconfig.co
HTTP/1.1 404 Not Found
Server: nginx
Date: Thu, 14 Jul 2016 20:11:32 GMT
Content-Type: application/json
Content-Length: 51
Connection: keep-alive
Vary: Accept-Encoding
Access-Control-Allow-Methods: GET
Access-Control-Allow-Origin: *

{
  "status": 404,
  "message": "route not found"
}

Bad frontend/balancer config?

from echoip.

mpolden avatar mpolden commented on July 28, 2024

HTTPS is not supported for v6.ifconfig.co. Please see #15 and #18.

from echoip.

gema-arta avatar gema-arta commented on July 28, 2024

But HSTS Preloading Chrome Edge Firefox IE Not in: Tor
of SSLlabs SSL Report in 2001:16d8:ee03::cafe:d00d aka ifconfig.co
create this torouble
@k0nsl assertion partly true
enough to force a single request http to https routes inside the browser, as I think

from echoip.

mpolden avatar mpolden commented on July 28, 2024

@gema-arta Yes, HSTS was mistakenly turned on in the past, and it is on for ifconfig.co, but not for v6.ifconfig.co.

from echoip.

mpolden avatar mpolden commented on July 28, 2024

I found one problem. The vhost for ifconfig.co was incorrectly adding includeSubdomains in the HSTS header, causing HSTS to be enabled for v6.ifconfig.co as well. This has now been fixed.

Before:
`Strict-Transport-Security: max-age=31536000; includeSubdomains; preload``

After:
Strict-Transport-Security: max-age=31536000; preload

from echoip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.