Change destination uri for tracker to Jisc domain#1
Conversation
| # modify the following URL to the PIRUS tracker location | ||
| #$c->{pirus}->{tracker} = "http://cclibweb-4.dmz.cranfield.ac.uk/tracker/"; | ||
| $c->{pirus}->{tracker} = "http://www.jusp.mimas.ac.uk/counter/"; | ||
| $c->{pirus}->{tracker} = "http://jusp.jisc.ac.uk/counter/"; |
There was a problem hiding this comment.
Are you suggesting it should use https rather than http? whilst it could is there any particular benefit / performance hit from doing this? Is there anything in the tracker ping that needs https?
There was a problem hiding this comment.
There's just no reason for it not to be https
There was a problem hiding this comment.
Having spoken to Paul at IRUS, he suggests that there are components in the tracker message which could potentially be considered 'personal' within Europe, so using https would be advisable.
| @@ -66,7 +66,7 @@ =head2 Changes | |||
|
|
|||
| # modify the following URL to the PIRUS tracker location | |||
| #$c->{pirus}->{tracker} = "http://cclibweb-4.dmz.cranfield.ac.uk/tracker/"; | |||
There was a problem hiding this comment.
#$c->{pirus}->{tracker} = "http://cclibweb-4.dmz.cranfield.ac.uk/tracker/";
# cclibweb-4.dmz.cranfield.ac.uk's x509 is currently self signed, for tofu grab the cert with:
# echo -n | \
# openssl s_client -showcerts -connect cclibweb-4.dmz.cranfield.ac.uk:443 2>/dev/null | \
# sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'There was a problem hiding this comment.
Or just kill this example until cranfield fix their server!
There was a problem hiding this comment.
Is this connected to the previous comment on use of SSL or a separate suggestion that the example URI is outdated / broken?
There was a problem hiding this comment.
This server supports TLS but to get it working requires some client configuration because it's a self signed, expired, wrong domain certificate. So either add the docs I suggested above or remove the line completely until they can get a valid certificate. They could get a free one from let's encrypt.
There was a problem hiding this comment.
Removed the commented line, referring to Cranfield, as no-longer required
Also removed comment regarding Cranfield tracker URI

tracker no longer needs to go via mimas, but should go straight to jusp.jisc.ac.uk/counter/