You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that there could be issue with setting $self->{host} = $self->{session}->config( "host" ); if HTTPS only configuration is defined in the archive's cfg/cfg.d/10_core.pl. In that case, {host} is undefined, and only {securehost] is defined.
Recent version of EPrints has introdiced a simplified means for configuration EPrints for HTTPS only:
https://wiki.eprints.org/w/Simplified_HTTPS_Configuration
This means that there could be issue with setting $self->{host} = $self->{session}->config( "host" ); if HTTPS only configuration is defined in the archive's cfg/cfg.d/10_core.pl. In that case, {host} is undefined, and only {securehost] is defined.
irstats2/lib/plugins/EPrints/Plugin/Stats/Processor/Access/Referrer.pm
Line 24 in 74ce563
Could this line be changed so that 'securehost' variable is used instead of 'host' when 'host' is undefined?
The text was updated successfully, but these errors were encountered: