https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19799

--- Comment #10 from Marcel de Rooy <m.de.r...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to