
3 Aug
2016
3 Aug
'16
1:56 p.m.
This sounds like a bug. If https_only=false then 8000 should be the 'to go' port IMO. On 08/03/2016 04:05 AM, Suresh Babu Angadi wrote:
Hi All, Per default settings, 8000 is used as http port and 8001 is used as https port. case 1: https_only=true, was not able to browse with 8000 port, which is as expected. case 2: https_only=false, per my understanding, it should allow http connections, but all the requests are rerouted to https and 8001 port. So is it the case that, though https_only is false, no requests are handled in 8000(http) port? please help me understand the significance of https_only flag.