Bug #4113
CN http redirect uses specific hostname instead of RR
100%
Description
When users navigate to http://cn.dataone.org/portal/ they are redirected to https://cn-ucsb-1.dataone.org/portal/ (or other hosts).
It should redirect to the RR hostname, not the specific hostname of any one CN. Otherwise, the shared session cookies will not be correct and the CILogon callback will not succeed.
All three CNs are configured in this manner.
Redirect permanent / https://cn-orc-1.dataone.org/
Redirect permanent / https://cn-ucsb-1.dataone.org/
Redirect permanent / https://cn-unm-1.dataone.org/
Related issues
Associated revisions
History
#1 Updated by Chris Jones about 11 years ago
- Category set to d1_cn_buildout
- Status changed from New to Closed
I've updated the postinst to use cn.router.hostname in the Apache cn-ssl config file. I've also manually changed this on the 3 production CNs, and have issued /etc/init.d/apache2 reload on UCSB and UNM. The reload on ORC (in the round robin) will happen upon upgrade this week.