Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: daniel on October 02, 2009, 01:14:46 AM

Title: SME 8.0 Beta 4 blocking outbound non standard http ports
Post by: daniel on October 02, 2009, 01:14:46 AM
In testing V8.0 b4 I've setup a server only used as a mysql server for a custom application using php and curl.  Curl is used to access http servers on non standard ports such as 8080 and 8084.  We've determined its something in V8.0 by the following test.  At the root user prompt typing lynx http://www.domainname.com:8080 will connect to the external server under a SME7.4 build.  The same lynx command will not connect in an SME8.0b4 build.  Curl commands to ports other than 80 are blocked in SME8.0b4 but work fine under SME7.4. 

I've check db configuration show  for masq and squid and both servers look correct.

Does anyone have thoughts where I can look next?
Title: Re: SME 8.0 Beta 4 blocking outbound non standard http ports
Post by: thomasch on October 02, 2009, 07:14:20 AM
Does anyone have thoughts where I can look next?

bugzilla?
Title: Re: SME 8.0 Beta 4 blocking outbound non standard http ports
Post by: daniel on October 02, 2009, 07:27:18 AM
Thanks for the suggestion, but had already looked in the 8.x bugzilla for any leads.
Title: Re: SME 8.0 Beta 4 blocking outbound non standard http ports
Post by: cactus on October 02, 2009, 09:35:47 AM
Thanks for the suggestion, but had already looked in the 8.x bugzilla for any leads.
If you have not found any leads, then you will have to report a new bug for it in bugzilla, as all problems concerning SME Server 8 should be reported there and not in the forums.
Title: Re: SME 8.0 Beta 4 blocking outbound non standard http ports
Post by: Stefano on October 02, 2009, 09:52:16 AM
I've check db configuration show  for masq and squid and both servers look correct.

do you use squid in a server only setup?

just tested on a fresh 8b4 virtual machine.. no problem to connect to external sites on non standard port (4580 in my case), so it could be an issue on your side.

Anyway, as cactus said, please report any issue in bugzilla, thank you

Title: Re: SME 8.0 Beta 4 blocking outbound non standard http ports
Post by: daniel on October 02, 2009, 04:00:21 PM
Have raised a bug here.  http://bugs.contribs.org/show_bug.cgi?id=5499 (http://bugs.contribs.org/show_bug.cgi?id=5499)  Thanks for your assistance.