Issue:
How can I force Fusion's UI to only use HTTPS?
Environment:
Fusion
Resolution:
Often times you won’t want anyone to use Fusion UI’s http now that you have https enabled. So you will want to completely disable it.
- Edit $FUSION/apps/jetty/ui/start.d/http.ini
Change this line:
--module=http
to
#--module=http
-
Edit $FUSION/conf/fusion.properties
Change ui.ssl to true:
# ui.ssl=false
to
ui.ssl=true
-
Restart fusion.
Cause:
Comments
0 comments
Please sign in to leave a comment.