ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Idp fixes #663

Closed William-Hill closed 5 years ago

nathanlcarlson commented 5 years ago

When testing the downloading of resources with restricted access issues arose. The node was not trusting itself because the lookup in the whitelist was looking for a URL that included the port 443, which was not present. The browser used for testing was finding a reused serial number, this was remedied by giving the CA certificate a random serial number, instead of '0'. Also, attribute lookup was failing as the proper attribute providers were not defined in esgf_ats_static.xml. This was resolved by using the 'production' configuration files.