Hello,

I just set up a new site to feature some archaeological videos that I have taken over the years.

I hosted up at Godaddy but they will not allow an open port 8080 required to run module CDN2.

Can anyone suggest a good host that will allow open port 8080 and will support the CDN2 Module?

Thanks in advance,

Dan

Comments

kamdroop’s picture

A lot of web hosts won't open port 8080. You might have to go with a VPS.

--
See the best Drupal hosting providers.

Mexitliorg’s picture

HMM,

IC. Thanks for the reply :)

avekhost.com’s picture

My name is Michael Orta owner of AvekHost.com, a premier provider of web hosting services. I am not as familiar with the particular module your referrencing. In either case are you in need of the open port for incoming or outgoing?

avekhost.com’s picture

I had one of my IT look into this module to see if we can assist with you needs. We can provide you with a open port for outbound but unfortunately not inbound. If this will meet your needs please let me know as I would be happy to provide you with a risk free trial for the first month. This risk free trial would not require any upfront investment on your behalf as we want to make sure that we are indeed able to adequately meet and exceed your expectations.

Please let me know by replying to this post and/or emailing us at sales @ avekhost.com. You can visit our hosting service web site at http://www.avekhost.com and note that we have been providing quality web hosting services since 2001.

--
Michael J. Orta
President/Founder
www.AvekHost.com

Mexitliorg’s picture

Hello,

Please follow this link:
http://www.workhabit.com/products/cdn2/guide (scroll down).

Here is the Drupal Issues/support link:
http://drupal.org/project/issues/cdn2

Here are the errors I am getting:

* warning: SoapClient::SoapClient(http://soap.cdn2.net:8080/services/transcodeService?wsdl) [soapclient.soapclient]: failed to open stream: Connection refused in /home/content/m/e/x/mexitliorg/html/sites/all/modules/cdn2/lib/libcdn2.inc on line 53.
* warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "http://soap.cdn2.net:8080/services/transcodeService?wsdl" in /home/content/m/e/x/mexitliorg/html/sites/all/modules/cdn2/lib/libcdn2.inc on line 53.
* SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://soap.cdn2.net:8080/services/transcodeService?wsdl' : failed to load external entity "http://soap.cdn2.net:8080/services/transcodeService?wsdl"

Dunno if that's incoming, outgoing or both.

Thanks for looking into it for me.

-Dan

IncrediblyKenzi’s picture

We had a few people complain about this (GoDaddy and BlueHost both do this kind of blocking).

As a result, we opened up service on port 80. Try changing the endpoint from :8080 to :80 (e.g. just remove :8080 from the urls). This should allow uploads to go through.