I did set urlbase to the secure link https://<secure-hostname>/.
I tried setting sslbase to the secure host (https://....) but that does
not make any difference. So I unset it
If I understand it correctly, Bugzilla uses the url base only to
generate links embedded inside emails.
I have used native Dancer framework based applications extensively
behind secure proxies and in that case too I had the same problem. I
solved the problem there (in native Dancer applications) by setting
behind_proxy to "true" and setting $ENV{'X-FORWARDED-PROTOCOL'} to
"https" and everything works fine. Can something analogous be done for
legacy applications wrapped inside Plack/PSGI?
Thank you once again for your interest.