we are trying to have a .net web services accessing the livelink web services thru ssl via a load balancer. We have configured the certificates and the web.config to accept https. From the server running the webservice we can access thru IE the livelink web service: http://hostname/les-servicesssl/authentication.svc we no certicates error since we have import the CA certificate in the local machine store.
when we start our application and the apps webservices try to open the LL web services, we have an error: "Could not access server" I assume we only need port 443 open on the firewall? We don't need port 2099 open?