More Port 443 woes....
We've set up our SGD server to run on 443 for both webserver and AIP as per the posted instructions.
We can't connect this way: https://server only http://server - also tta logs complain about not being able to bind to port 443.
We have the security pack, we've changed the port to 443 in AIP, we've forward the firewall-url to 127.0.0.1:443
However SGD webtop assures us we are using a secure connection.
Also at some of our larger clients sites we are having connection ploblems, can the guys here assure us that in our configuration type ALL tta traffic is going over port 443, even if we use the http:// url?
Thanks
Steve
# 2
Hi.
Perhaps you forgot to configured the Webserver to bind to localhost instead of all available interfaces?
Please have a look at the httpd.conf file under /opt/tarantella/webserver/apache/*/conf and see if the above stands true.
It's perfectly norman for SSGD to complain about being unable to bind to port 443 if it's already in use; when all the traffic is encapsulated on port 443, it's SSGD which __HAS__ to bind on the external interface as to divert traffic to the right destination. If it's a SSGD traffic, it'll handle it otherwise it'll forward it to the web server listening at localhost:443.
Securing SSGD connections is different from securing HTTP connection; you can have HTTP "unsecure" connections to display the webtop and have "secure" SSGD connection for applications being depicted through it.
By simply chaning the default AIP port (3144) to 443 does NOT secure SSGD connections.
Hope this helps!
Best,
Rob
Rob_Z at 2007-7-5 1:48:00 >
