Skip to content

Instantly share code, notes, and snippets.

@rafaelquines
Created January 23, 2019 12:58
Show Gist options
  • Save rafaelquines/265da3bd53a799d718e0b9a655af291c to your computer and use it in GitHub Desktop.
Save rafaelquines/265da3bd53a799d718e0b9a655af291c 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