Forum Discussion

  • F5's response to me was that Duo will likely not ever work with the command line linux client. In version 13, they move away from NPAPI plugins, so you might be able to use your browser in Linux. I haven't had the opportunity to test it yet.

     

  • With the newer versions it does work (again) in the browser. I am running it with Firefox 61.0.1 on Xubuntu 18.04.

    To make it work I had to make a softlink for the libssl and libcrypto libraries to the standard xubuntu versions:

    ls -l /opt/f5/vpn/lib/   total 2776
    lrwxrwxrwx 1 root root      42 aug  7 11:00 libcrypto.so.1.0.0 -> /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
    -rw-r--r-- 1 root root 2386632 apr 17 22:41 libcrypto.so.1.0.0.save
    lrwxrwxrwx 1 root root      39 aug  7 11:00 libssl.so.1.0.0 -> /usr/lib/x86_64-linux-gnu/libssl.so.1.1
    -rw-r--r-- 1 root root  450904 apr 17 22:41 libssl.so.1.0.0.save