using http

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

using http

Mandeep Sarma
just learning OFbiz 15, I want to use OFBiz behind a proxy is it possible
to use OFBiz with http (not https). when I activate http in url.properties
it doesn't do anything. OFBiz still redirects to https?

thank you.


<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Reply | Threaded
Open this post in threaded view
|

Re: using http

Rajesh Mallah
Hi Mandeep ,

I also access ofbiz instance with http from an https frontend proxy.
pls check if ofbiz is listening at port 8080 (http server port)

in my machine:
# netstat -lnp | grep 8080
tcp6       0      0 :::8080                 :::*
LISTEN      20509/java

in case it is listening you can configure the proxy.
I do not recall if i did anything extra to get ofbiz listening at 8080.

regds
mallah.

On Sun, Oct 8, 2017 at 10:09 AM, Mandeep Sarma <[hidden email]> wrote:

> just learning OFbiz 15, I want to use OFBiz behind a proxy is it possible
> to use OFBiz with http (not https). when I activate http in url.properties
> it doesn't do anything. OFBiz still redirects to https?
>
> thank you.
>
>
> <http://www.avg.com/email-signature?utm_medium=email&
> utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> Virus-free.
> www.avg.com
> <http://www.avg.com/email-signature?utm_medium=email&
> utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
Reply | Threaded
Open this post in threaded view
|

Re: using http

Deepak Dixit-3
Hi Mandeep,

Just want to let you know that release15 is not official release branch and
not supported any more.

Please user/explore release 16.11.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Sun, Oct 8, 2017 at 10:25 AM, Rajesh Mallah <[hidden email]>
wrote:

> Hi Mandeep ,
>
> I also access ofbiz instance with http from an https frontend proxy.
> pls check if ofbiz is listening at port 8080 (http server port)
>
> in my machine:
> # netstat -lnp | grep 8080
> tcp6       0      0 :::8080                 :::*
> LISTEN      20509/java
>
> in case it is listening you can configure the proxy.
> I do not recall if i did anything extra to get ofbiz listening at 8080.
>
> regds
> mallah.
>
> On Sun, Oct 8, 2017 at 10:09 AM, Mandeep Sarma <[hidden email]>
> wrote:
>
> > just learning OFbiz 15, I want to use OFBiz behind a proxy is it possible
> > to use OFBiz with http (not https). when I activate http in
> url.properties
> > it doesn't do anything. OFBiz still redirects to https?
> >
> > thank you.
> >
> >
> > <http://www.avg.com/email-signature?utm_medium=email&
> > utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> > Virus-free.
> > www.avg.com
> > <http://www.avg.com/email-signature?utm_medium=email&
> > utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: using http

Jacques Le Roux
Administrator
Hi Mandeep,

Since OFBIZ-6849 OFBiz uses only HTTPS

OOTB OFBiz also uses HSTS to force HTTPS.

https://issues.apache.org/jira/browse/OFBIZ-6849?jql=project%20%3D%20OFBIZ%20AND%20text%20~%20%22HSTS%22

I have no time to check for you about R15 and like Deepak mentioned it's better to use a supported releases.

For the trunk and R16 this is what is said in url.properties

# If you want to use HTTP then set no.http=N. Else all requests will use HTTPS (also enforced by a HSTS header) except if put in the
http.request-map.list

http://svn.apache.org/viewvc/ofbiz/branches/release16.11/framework/webapp/config/url.properties?view=markup

HTH

Jacques


Le 09/10/2017 à 08:44, Deepak Dixit a écrit :

> Hi Mandeep,
>
> Just want to let you know that release15 is not official release branch and
> not supported any more.
>
> Please user/explore release 16.11.
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Sun, Oct 8, 2017 at 10:25 AM, Rajesh Mallah <[hidden email]>
> wrote:
>
>> Hi Mandeep ,
>>
>> I also access ofbiz instance with http from an https frontend proxy.
>> pls check if ofbiz is listening at port 8080 (http server port)
>>
>> in my machine:
>> # netstat -lnp | grep 8080
>> tcp6       0      0 :::8080                 :::*
>> LISTEN      20509/java
>>
>> in case it is listening you can configure the proxy.
>> I do not recall if i did anything extra to get ofbiz listening at 8080.
>>
>> regds
>> mallah.
>>
>> On Sun, Oct 8, 2017 at 10:09 AM, Mandeep Sarma <[hidden email]>
>> wrote:
>>
>>> just learning OFbiz 15, I want to use OFBiz behind a proxy is it possible
>>> to use OFBiz with http (not https). when I activate http in
>> url.properties
>>> it doesn't do anything. OFBiz still redirects to https?
>>>
>>> thank you.
>>>
>>>
>>> <http://www.avg.com/email-signature?utm_medium=email&
>>> utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>> Virus-free.
>>> www.avg.com
>>> <http://www.avg.com/email-signature?utm_medium=email&
>>> utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>