Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jfollmann/cdf22b069bbd39da361cbe9a925152bc to your computer and use it in GitHub Desktop.
Save jfollmann/cdf22b069bbd39da361cbe9a925152bc to your computer and use it in GitHub Desktop.
VPN BigIP F5 Client Linux
cd /opt/f5/vpn/lib
sudo mv libssl.so.1.0.0 libssl.so.1.0.0_old
sudo mv libcrypto.so.1.0.0 libcrypto.so.1.0.0_old
sudo ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.1 libssl.so.1.0.0
sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 libcrypto.so.1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment