Hi everyone here I am again. I have been looking for the correct https configuration for october so that when visitors type www.mywebsite.com, the brower will assume https://
to be the beginning instead.
I changed the linkPolicy
to secure
(I tried force
too but not sure where is the app.url
that it mentioned in the comment) and 'backendForceSecure'
to true
, it works on when I access www.mywebsite.com/backend (automatically access via https) but not www.mywebsite.com (still access via http). Please help.