I'm trying to connect to an ASA5520 using openconnect. We are using private key's ( PKCS#12,) with passphrases for our authentication. Unfortunately it fails to connect, and I'm stuck at this point. Any help would be greatly appreciated.. The "Invalid host entry" error does not appear in the openconnect source code to my knowledge. openconnect -v -k /tmp/tuxx.crt -K PKCS#12 -u tuxx vpn.mycompany.com -g SSL-RESTRICTED --key-password=foofoo Attempting to connect to vpn.mycompany.com SSL negotiation with vpn.mycompany.com Connected to HTTPS on vpn.mycompany.com GET vpn.mycompany.com/SSL-RESTRICTED Got HTTP response: HTTP/1.1 200 OK Content-Type: text/xml Transfer-Encoding: chunked Cache-Control: no-cache Pragma: no-cache Connection: Keep-Alive Date: Tue, 06 Oct 2009 21:15:06 GMT Invalid host entry. Please re-enter Thanks, James