30 Jul
2018
30 Jul
'18
12:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19799 --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- This might help you understand the problem:
From C4/Auth: # Set the using_https variable for templates # FIXME Under Plack the CGI->https method always returns 'OFF' my $https = $in->{query}->https(); my $using_https = ( defined $https and $https ne 'OFF' ) ? 1 : 0;
If you call CGI->url under Plack, you will get http back which is obviously wrong if you used https. -- You are receiving this mail because: You are watching all bug changes.