Re: How to Configure Ofbiz SSL

2020-10-28 Thread Michael Brohl
Hi Dominic, welcome to the OFBiz community! If you think there is a bug, please file a Jira issue in our bug tracking system, describing the exact steps and possibly provide screenshots to be able to validate the problem. Thanks, Michael Brohl ecomify GmbH - www.ecomify.de Am 27.10.20

Re: How to Configure Ofbiz SSL

2020-10-27 Thread Dominic Amann
Yes, I did stumble upon that documentation eventually. It seems (as usual) that google is a better way to search than a site's own index/search. I think the main problem I encountered (re: docs) is that there appear to be 3 sets of documentation out there, with things pertaining to different

Re: How to Configure Ofbiz SSL

2020-10-27 Thread Jacques Le Roux
Le 25/10/2020 à 14:36, dimonic a écrit : Jacques Le Roux wrote Short answer: preferably look at letsencrypt for a free certificate (must be renewed every 3 months but there are tools for that) For instance for the trunk demo we use   ## SSL directives   SSLEngine on   SSLCertificateFile

Re: How to Configure Ofbiz SSL

2020-10-27 Thread dimonic
Jacques Le Roux wrote > Short answer: preferably look at letsencrypt for a free certificate (must > be renewed every 3 months but there are tools for that) > > For instance for the trunk demo we use > >   ## SSL directives >   SSLEngine on >   SSLCertificateFile >

AW: How to Configure Ofbiz SSL

2018-03-22 Thread Schumann Ye
Dear Jacques, Thanks for your guide, though I still haven't figured it out. I will try it myself first until I could not. Thanks and have a nice day! B.R. Schumann +86-1800-150-1800 Originalnachricht Betreff: Re: How to Configure Ofbiz SSL Von: Jacques Le Roux An: user

Re: How to Configure Ofbiz SSL

2018-03-21 Thread Jacques Le Roux
# do not proxy letsencrypt cert renewal requests   ProxyPass /.well-known !   ProxyPass / ajp://localhost:8009/ I let you figure the rest out We should really update the Apache+OFBiz+Technical+Production+Setup+Guide HTH Jacques Le 21/03/2018 à 12:09, Schumann Ye a écrit : Dear Gurus, Can anyon

How to Configure Ofbiz SSL

2018-03-21 Thread Schumann Ye
Dear Gurus, Can anyone be so kind to show me how to configure ofbiz ssl for a test deployment (on a given domain)? I'd been struggling on this topic for days but still without any clue. What I have done is as follows: 1. I try the link https://cwiki.apache.org/confluence/display/OFBIZ