I finally got it working. Here is what I did. I'm not sure of server settings as I don't have access to the server. Add the full cert chain to the ca-bundle: (we us GeoTrust cert) cd /etc/pki/tls/certs openssl x509 -in site_cert.crt -text >>ca-bundle.crt openssl x509 -in GeoTrustSSLCA-G3.crt -text >>ca-bundle.crt openssl x509 -in GeoTrustGlobalCA.crt -text >>ca-bundle.crt Use this command to connect. If it connects, it will not come back to a prompt. /usr/local/pulse/PulseClient.sh -h -u -r -U https:///launcher One thing I'm thinking might have been the issue is that my password started with a special character. After I changed my password to something else it started working.
... View more