Issue #120: Summary page showing http:// instead of https://
| Reported by: | JF | 
| State: | resolved | 
| Created on: | 2015-04-01 15:00 | 
| Updated on: | 2015-04-01 15:37 | 
Description
Hi,
With a fresh install, I noticed that the clone URL available from the summary page was http:// but Apache is currently serving Kallithea through SSL and I don't want to support http requests.
So I looked at my .ini file and did the following:
## force https in Kallithea, fixes https redirects, assumes it's always https force_https = true
Restarted the server but the URL is still showing http://, is there some other setting I should use?
Thanks for this great project!
JF
Attachments
Comments
Comment by JF , on 2015-04-01 15:01
Comment by Mads Kiilerich, on 2015-04-01 15:25
Using version 0.1? 44.html#comment-12635626 . Run from the repository or set force_ssl=true too.
Comment by JF , on 2015-04-01 15:37
Already fixed on tip with Issue #44.