According to pulsesecure 8.2r5 documentation, there is a deprecated option using the new pulsesecure client instead of network connect: /usr/local/pulse/README: - "-f" option is deprecated. CA certificate store is used to verify the PCS certificate. In RHEL/CentOS/Fedora, "/etc/pki/tls/certs/ca-bundle.crt" is used as CA certificate store. In Ubuntu, "/etc/ssl/certs/ca-certificates.crt" is used to as CA certificate store. Fine. Now, pulse secure use certificate store instead of certificate itself. But, what about other linux distributions? On openSUSE Leap, this file is located there: /etc/ssl/ca-bundle.pem Some random Linux distribution may use random location for this file too. To fix this issue, and, to help other Linux users, you may create a symlink: sudo ln -s /etc/ssl/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt Best Regards, Vincent
... View more