nipy / nipy.github.io

Main website for the Neuroimaging in Python community
http://nipy.org
8 stars 10 forks source link

Update DNS to support HTTPS on nipy.org #49

Closed effigies closed 5 years ago

effigies commented 6 years ago

GitHub now supports HTTPS for custom domains. We are using A records, rather than CNAME or ALIAS, so we either need to switch to these other record types or update the IP addresses in the A records.

I'm not sure who administers the DNS records for nipy.org, but it would be nice to support HTTPS, if possible.

See also: Setting up an apex domain

matthew-brett commented 6 years ago

@jarrodmillman - would you mind doing the honors?

effigies commented 6 years ago

Hi @jarrodmillman, is this something you're able to do, or I could help with?

vsoch commented 6 years ago

This is probably linked in the blog above, but in case not here is how to do it!

effigies commented 5 years ago

Just a bump on this. @jarrodmillman Anything I can do to help make this happen?

jarrodmillman commented 5 years ago

@effigies Thanks for ping me again, I missed the ones this summer (sorry about that).

The A record was changed from

$ dig +noall +answer nipy.org
nipy.org.               12189   IN      A       192.30.252.154
nipy.org.               12189   IN      A       192.30.252.153

to

$ dig +noall +answer nipy.org
nipy.org.               14400   IN      A       185.199.109.153
nipy.org.               14400   IN      A       185.199.108.153
nipy.org.               14400   IN      A       185.199.110.153
nipy.org.               14400   IN      A       185.199.111.153

Please let me know if you need me to do anything else.

effigies commented 5 years ago

Cool, that works. I set nipy.org and nipy.org/nibabel to enforce HTTPS, and the experience seems identical.