codeforamerica / brigade-information

Data about Code for America brigades and other civic tech organizations for the CfA API
MIT License
17 stars 63 forks source link

Code for San Jose website doesn't redirect properly #135

Open jimfenton opened 3 years ago

jimfenton commented 3 years ago

https://github.com/codeforamerica/brigade-information/blob/b78ef4160d6ea640e300e888268fed1761685df8/organizations.json#L3267

https://www.codeforsanjose.com/ returns a TLS error (looks like it doesn't do TLS properly). However, http://www.codeforsanjose.com/ does a 301 redirect to http://www.codeforsanjose.org which in turn redirects to https://www.codeforsanjose.org so that works.

Probably better to point directly to https://www.codeforsanjose.org/

(I'm not affiliated, at least yet, with Code for San Jose, but just noticed this)

jimfenton commented 3 years ago

Just noticed, this seems to be fixed by #134 which hasn't been merged yet. FYI @cfsjsharedadmin