- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-14-2022 11:28 PM
Hi,
I downloaded Global Protect for linux from Updates/Software Updates (PanGPLinux-6.0.0-c18.tgz)
Now I have 2 problems here:
1. Problem in CLI
I extract the tgz and install the package for CLI using (sudo dpkg -i GlobalProtect_deb-6.0.0.1-44.deb)
When I try to connect to gateway it gives me this error
Error: Gateway ExternalGateway: Could not verify the server certificate of the gateway. If the issue persists, contact your administrator.
So How to fix this problem
2. Problem in GUI
When i tried to install the GUI package using (sudo apt-get install ./GlobalProtect_UI_deb-6.0.0.1-44.deb) it gives me this error:
E: read, still have 59 to read but none left
E: Error reading archive member header
E: Could not read meta data from /home/prog-ii/Files/Apps/Global Protect/PanGPLinux-6.0.0-c18/GlobalProtect_UI_deb-6.0.0.1-44.deb
E: The package lists or status file could not be parsed or opene
So how to fix these problems
06-02-2023 05:36 AM
@orwasa wrote:
When I try to connect to gateway it gives me this error
Error: Gateway ExternalGateway: Could not verify the server certificate of the gateway. If the issue persists, contact your administrator.
I think this happens when the ca-certificates package gets updated.
Try running:
sudo c_rehash
and see if that helps.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!