We can handle it ourselves. It's puppetised. The file is infrastructure-puppet\data\roles\tlpserver.yaml at https://github.com/apache/infrastructure-puppet.git in origin/deployment branch

OFBiz block is

ofbiz:
    vhost_name: '*'
    port: 80
    servername: 'www.ofbiz.org'
    docroot: '/www/ofbiz.apache.org'
    manage_docroot: false
    serveraliases:
      - 'ofbiz.org'
    serveradmin: '[email protected]'
    access_log_file: '/x1/logs/weblog.log'
    error_log_file: '/x1/logs/errorlog.log'
    custom_fragment: |
      Redirect permanent / http://ofbiz.apache.org/
      UseCanonicalName On
      RewriteEngine On
      RewriteOptions inherit

      # bigfiles.ofbiz.org
      RewriteCond ${lowercase:%%{}{HTTP_HOST}} ^bigfiles(?:\.\w+)?\.ofbiz\.org$
      RewriteRule (.*) http://ofbiz-bigfiles.apache.org/ [L]

So we should add a ssl block and redirect http block to https as explained at 
https://wiki.apache.org/httpd/RedirectSSL

We can do a PR for that. Then it's better with an INFRA Jira because it's then 
seen and prioritised by the Infra team

Jacques


Le 30/09/2018 à 08:03, Taher Alkhateeb a écrit :
+1

I'm not sure any effort is needed from our side? We just need to coordinate
with infra right?

On Sun, Sep 30, 2018, 8:01 AM Ashish Vijaywargiya <
[email protected]> wrote:

Hello Team,

I think we should put some effort and make it work like if some user hits
http://ofbiz.apache.org(default port http) then the user is redirected to
https://ofbiz.apache.org(Secure port https)

For now, the user sees a message "Not Secure" in the Google Chrome browser
URL if the user comes to the official ofbiz website. This message can
confuse the end user and he can move away if he is the new user visiting
the project website.

This issue can be easily addressed by setting up the apache redirects. This
change will also help the project URLs from SEO point of view.

Please share your thoughts then we can plan the things accordingly.
Thanks!

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


Reply via email to