Created
August 13, 2018 22:03
-
-
Save fgregg/4d5b786db0ddd67e5aaf2416c503c443 to your computer and use it in GitHub Desktop.
traceback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo openconnect --servercert 8c4a5addfc002902f117e35c3145d6545be6d5d6 ccvendorvpn.cookcountyil.gov --dump-http-traffic | |
POST https://ccvendorvpn.cookcountyil.gov/ | |
Attempting to connect to server 162.217.185.248:443 | |
Connected to 162.217.185.248:443 | |
SSL negotiation with ccvendorvpn.cookcountyil.gov | |
Server certificate verify failed: unable to get local issuer certificate | |
Connected to HTTPS on ccvendorvpn.cookcountyil.gov | |
> POST / HTTP/1.1 | |
> Host: ccvendorvpn.cookcountyil.gov | |
> User-Agent: Open AnyConnect VPN Agent v7.08 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> X-Transcend-Version: 1 | |
> X-Aggregate-Auth: 1 | |
> X-AnyConnect-Platform: linux-64 | |
> X-Support-HTTP-Auth: true | |
> X-Pad: 0000000000000000000000000000000000 | |
> Content-Type: application/x-www-form-urlencoded | |
> Content-Length: 222 | |
> | |
> <?xml version="1.0" encoding="UTF-8"?> | |
> <config-auth client="vpn" type="init"><version who="vpn">v7.08</version><device-id>linux-64</device-id><group-access>https://ccvendorvpn.cookcountyil.gov</group-access></config-auth> | |
Got HTTP response: HTTP/1.1 404 Not Found | |
Cache-Control: no-cache | |
Pragma: no-cache | |
Connection: Close | |
Date: Mon, 13 Aug 2018 22:00:17 GMT | |
X-Frame-Options: SAMEORIGIN | |
HTTP body http 1.0 (-1) | |
< File not found | |
Unexpected 404 result from server | |
GET https://ccvendorvpn.cookcountyil.gov/ | |
Attempting to connect to server 162.217.185.248:443 | |
Connected to 162.217.185.248:443 | |
SSL negotiation with ccvendorvpn.cookcountyil.gov | |
Server certificate verify failed: unable to get local issuer certificate | |
Connected to HTTPS on ccvendorvpn.cookcountyil.gov | |
> GET / HTTP/1.1 | |
> Host: ccvendorvpn.cookcountyil.gov | |
> User-Agent: Open AnyConnect VPN Agent v7.08 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> X-Transcend-Version: 1 | |
> X-Support-HTTP-Auth: true | |
> | |
Got HTTP response: HTTP/1.0 302 Object Moved | |
Content-Type: text/html; charset=utf-8 | |
Content-Length: 0 | |
Cache-Control: no-cache | |
Pragma: no-cache | |
Connection: Close | |
Date: Mon, 13 Aug 2018 22:00:17 GMT | |
X-Frame-Options: SAMEORIGIN | |
Location: /+webvpn+/index.html | |
Set-Cookie: tg=; expires=Thu, 01 Jan 1970 22:00:00 GMT; path=/; secure | |
HTTP body length: (0) | |
GET https://ccvendorvpn.cookcountyil.gov/+webvpn+/index.html | |
SSL negotiation with ccvendorvpn.cookcountyil.gov | |
Server certificate verify failed: unable to get local issuer certificate | |
Connected to HTTPS on ccvendorvpn.cookcountyil.gov | |
> GET /+webvpn+/index.html HTTP/1.1 | |
> Host: ccvendorvpn.cookcountyil.gov | |
> User-Agent: Open AnyConnect VPN Agent v7.08 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> X-Transcend-Version: 1 | |
> X-Support-HTTP-Auth: true | |
> | |
Got HTTP response: HTTP/1.1 301 Moved Permanently | |
X-Transcend-Version: 1 | |
Location: https://ccvendorvpn.cookcountyil.gov/+CSCOU+/anyconnect_unsupported_version.html | |
Content-Type: text/html | |
Content-Length: 0 | |
HTTP body length: (0) | |
GET https://ccvendorvpn.cookcountyil.gov/+CSCOU+/anyconnect_unsupported_version.html | |
> GET /+CSCOU+/anyconnect_unsupported_version.html HTTP/1.1 | |
> Host: ccvendorvpn.cookcountyil.gov | |
> User-Agent: Open AnyConnect VPN Agent v7.08 | |
> Accept: */* | |
> Accept-Encoding: identity | |
> X-Transcend-Version: 1 | |
> X-Support-HTTP-Auth: true | |
> | |
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: Mon, 13 Aug 2018 22:00:17 GMT | |
X-Frame-Options: SAMEORIGIN | |
HTTP body chunked (-2) | |
< <?xml version="1.0" encoding="UTF-8"?> | |
< <auth id="main"> | |
< <error id="91" param1="" param2="">Please upgrade your AnyConnect Client</error> | |
< </auth> | |
Please upgrade your AnyConnect Client | |
Failed to obtain WebVPN cookie | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment