This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:vpn:motorizzazione [2018/01/26 12:12] – [from source] scipio | tips:vpn:motorizzazione [2019/03/19 15:52] (current) – [configuration] scipio | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| < | < | ||
| - | sudo apt-get install curl vpnc-scripts build-essential libssl-dev libxml2-dev liblz4-dev | + | sudo apt-get install curl vpnc-scripts build-essential libssl-dev libxml2-dev liblz4-dev |
| - | wget ftp:// | + | wget ftp:// |
| - | tar xzf openconnect-7.08.tar.gz | + | tar xzf openconnect-8.02.tar.gz |
| - | cd openconnect-7.08 | + | cd openconnect-8.02 |
| ./configure --without-gnutls --with-vpnc-script=/ | ./configure --without-gnutls --with-vpnc-script=/ | ||
| make | make | ||
| - | sudo make install | + | sudo make install-strip |
| sudo ldconfig / | sudo ldconfig / | ||
| </ | </ | ||
| Line 44: | Line 44: | ||
| test credentials with browser on https:// | test credentials with browser on https:// | ||
| + | get server fingerprint with | ||
| + | < | ||
| + | openconnect --authenticate https:// | ||
| + | </ | ||
| <file txt / | <file txt / | ||
| user=COMxxx | user=COMxxx | ||
| password=yyy | password=yyy | ||
| - | url=https:// | + | url=https:// |
| servercert=sha256: | servercert=sha256: | ||
| </ | </ | ||