Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear,
As mentioned I can reach my server using https;//server.domain.com/hub but when typing http;//server.domain.com/hub, it doesn't work (404 error). I check the http box in the QMC and opened the ports 43, 4244 and 80. Did I forgot something?
Thx for your help,
TT
http;//server.domain.com/hub
http://server.domain.com/hub
thx but of course I meant ":" instead of ";" .
At the moment I still don't know what to do!
Hello TT,
In the QMC you will need to enable HTTP, by default its off.
Navigate to your Central proxy, edit it and in "Ports": Allow HTTP.
Best regards
Thx for you reply,
as mentioned, I already tried it
Fair point, i missed it.
Did the server restart correctly after?
And my next check would be if you have the IP of the machine where you are trying to access from white listed in the proxy.
If you get an 404 error, you most likely have some other process running on port 80.
Use netstat -aon in the command line prompt and check what process is using port 80.
As an aside you need to have also port 4248 open in the firewall for authentication (4242 if you use HTTPS).
This worked for me, turns out the server had Windows IIS running.
Disabled that and now full access to my QS Hub with both HTTP and HTTPS.