Https available

is there any way the app operates by https and not http

Comments

  • Hi,

    just enable https (ssl module) in apache and disable http
  • usually this could be enough:

    # vi /opt/freeware/etc/httpd/conf/httpd.conf

    # Secure (SSL/TLS) connections
    Include conf/extra/httpd-ssl.conf


    To stop http commant out its listen port:

    vi /etc/httpd/conf/httpd.conf

    Listen 80
    -->
    #Listen 80

    apachectl restart


  • tso11m4
    edited May 2020
    Thank you very much. I've already passed it on to https.

Sign In or Register to comment.