Forum Discussion

martijnvdkamp's avatar
martijnvdkamp
New Contributor
12 years ago

[Resolved] soapui.org http 301 has moved ?

The company I work for has a strict firewall policy. Therefore I'm only allowed to open certain IP addresses to the web.
To be able to run soapui tests from maven I have opened the IP in the firewall to soapui.org - 108.166.20.40.

My first question is: Is this the right IP address?

Eventhough thinking I have opened up the correct address, my nexus still was not connecting to the soapui.org repo ( http://www.soapui.org/repository/maven2/ )

So I checked in my linux shell to see if I could connect to the main domain. See the result:

Resolving soapui.org... 108.166.20.40
Connecting to soapui.org|108.166.20.40|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.soapui.org/ [following]
--2014-05-06 09:25:05-- http://www.soapui.org/
Resolving http://www.soapui.org... failed: Name or service not known.
wget: unable to resolve host address "www.soapui.org"

My second question is: Can I / or what do I need to open up to, fix the 301 error?