Giter VIP home page Giter VIP logo

Comments (4)

frodelu avatar frodelu commented on April 28, 2024

Thank you for your input @harryjackson.

We are currently serving vespa.ai out of GitHub Pages and they, unfortunately, do not (properly) support HTTPS for custom domains as we cannot add our own certificate.

We may look at a different serving option in the future or can hope GitHub will add support for this. For now, I am afraid we will have to do with plain, insecure HTTP.

Best regards,
Frode Lundgren
Director of Engineering, Vespa Services

from vespa.

frodelu avatar frodelu commented on April 28, 2024

Since closing this issue, GitHub has started issuing Let's Encrypt certificates for all GitHub Pages custom domains. https://docs.vespa.ai now has a valid certificate, but https://vespa.ai still use the generic GitHub certificate. Will continue to keep an eye on this.

from vespa.

frodelu avatar frodelu commented on April 28, 2024

Just found that the reason we don't have valid certificate for apex domain (vespa.ai) is that GitHub have changed what A records to use to get Let's Encrypt certificate.

From https://help.github.com/articles/troubleshooting-custom-domains/#custom-domains-configured-with-a-records:

If you configured your custom domain using an A record, your A record must point to one of the following IP addresses for HTTPS to work:

  • 185.199.108.153
  • 185.199.109.153
  • 185.199.110.153
  • 185.199.111.153

I have updated the A records for vespa.ai:

$ dig +noall +answer vespa.ai
vespa.ai.		583	IN	A	185.199.111.153
vespa.ai.		583	IN	A	185.199.108.153
vespa.ai.		583	IN	A	185.199.109.153
vespa.ai.		583	IN	A	185.199.110.153

I have removed and re-added custom domain (vespa.ai) to GitHub pages hoping this would trigger certificate generation.

from vespa.

frodelu avatar frodelu commented on April 28, 2024

Confirmed that SSL certificate for https://vespa.ai is now valid:
https://www.digicert.com/help/?host=vespa.ai

from vespa.

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.