Le 23/08/2017 à 11:45, Rajesh Mallah a écrit :
Seehttps://issues.apache.org/jira/browse/OFBIZ-6849 for why we decided to
use only HTTPS
Does the above mean serving content over plain http would eventually be
deprecated ?
if that is so it may add a little overhead of managing ssl certificates at
multiple places.
Eg in my case i have a wildcard SSL certificate for all my
*.company.domains and
https://ofbiz.mycompant.tld just ProxyPass passes to
http://internal-ofbiz-instance:8080/
this*minimizes* the requirement of more IPs or opening of non-default ports
regds
mallah.
Actually with letsencrypt it's now easy and free to have a certificate. This is what we are using for demos (but old demo (R13.07) which is too late
to update for that and will soon not be longer supported)
Developers works with localhost and OFBiz has a self signed certificate
embedded (IIRW I make during 10 years in 2014)
I'll not comment your solution for integration servers, I guess each company
has its own :)
Jacques