You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Openconnect 404 Not Found - VPN

Author (Read 9963 times)

0 Members and 2 Guests are viewing this topic.

Re: Openconnect 404 Not Found - VPN
« Reply #5 on: June 20, 2015, 11:52:15 PM »
 

asaldana4id

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i7 720QM / 1.6 GHz

  • MEMORY: 6Gb

  • VIDEO CARD: ATI Mobility Radeon HD 5870
Yes, I've tried this as well.

It appears I need a network configuration file so now I am just browsing youtube channels and other blog sites to figure out what I need to create a netcfg profile.  There also seems to be a code (CMD_FLAGS="--no-cert-check") to bypass any certificate checks so I'll need to learn how to apply that as well. 

It looks like the configuration file will specify the vpn group authority among other things.  Hopefully with my next post, I will have some good news.

-- Anthony

"Every time you wake up ask yourself 'What good things am I going to do today?' Remember that when the sun goes down at sunset, it will take a part of your life with it."
 

Re: Openconnect 404 Not Found - VPN
« Reply #4 on: June 19, 2015, 09:30:32 AM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
You could use the plugin the network-manager
Code: [Select]
sudo apt-get install network-manager-openconnectThen reset the network connection
Code: [Select]
sudo service network-manager restartNow when the connection is reastablished click the connection icon on the panel then VPN Connections -> Configure VPN
When the window opens click Add and select the connection type. Click to open the drop down list.
Under VPN section there should be Cisco AnyConnect Compatible VPN (openconnect)
Click Create. From there you enter the information provided by your IT department.
 

Re: Openconnect 404 Not Found - VPN
« Reply #3 on: June 18, 2015, 10:22:44 PM »
 

asaldana4id

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i7 720QM / 1.6 GHz

  • MEMORY: 6Gb

  • VIDEO CARD: ATI Mobility Radeon HD 5870
Hey Jerry,

I installed the Java Web Applet Plugin but the same error messages come up.
-- Anthony

"Every time you wake up ask yourself 'What good things am I going to do today?' Remember that when the sun goes down at sunset, it will take a part of your life with it."
 

Re: Openconnect 404 Not Found - VPN
« Reply #2 on: June 18, 2015, 02:28:20 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Does the connection use a Java applet? If so, try installing Menu, System, Lite Software, Java Web Applet Plugin. Then try again with Firefox.
« Last Edit: June 18, 2015, 02:34:08 AM by Jerry »
 

Openconnect 404 Not Found - VPN
« Reply #1 on: June 18, 2015, 01:32:21 AM »
 

asaldana4id

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i7 720QM / 1.6 GHz

  • MEMORY: 6Gb

  • VIDEO CARD: ATI Mobility Radeon HD 5870
Hi All -

First post and linux newbie here.

I am trying to connect to VPN for my company but keep receiving a message saying 404 Not found.  I have tried going through VPN Connections using the GUI and I have tried using the terminal by typing in "openconnect vpn.company.com" but the same error message comes up.  FYI, I am able to connect via Windows without any issues. 

Here is the entire log (replaced the vpn address and IP address for security reasons),

POST https://vpn.company.com/
Attempting to connect to server 55.555.555.55:443
SSL negotiation with vpn.company.com
Connected to HTTPS on vpn.company.com
Got HTTP response: HTTP/1.0 302 Temporary moved
POST https://vpn.company.com/
Attempting to connect to server 55.555.555.55:443
SSL negotiation with vpn.company.com
Connected to HTTPS on vpn.company.com
Got HTTP response: HTTP/1.0 302 Object Moved
GET https://vpn.company.com/
Attempting to connect to server 55.555.555.53:443
SSL negotiation with vpn.company.com
Connected to HTTPS on vpn.company.com
Got HTTP response: HTTP/1.0 302 Temporary moved
GET https://vpn.company.com/
Attempting to connect to server 55.55.555.55:443
SSL negotiation with vpn.company.com
Connected to HTTPS on vpn.company.com
Got HTTP response: HTTP/1.0 302 Object Moved
GET https://vpn.company.com/+webvpn+/index.html
SSL negotiation with vpn.company.com
Connected to HTTPS on vpn.company.com
GET https://vpn.company.com/CACHE/sdesktop/install/binaries/sfinst
Got HTTP response: HTTP/1.1 404 Not Found (does not exist)
Cannot receive HTTP 1.0 body without closing connection

There is also the option of going through the FireFox browser and going to vpn.company.com, however the error message there is as follows,
First message, "Your security settings have blocked an application signed with an expired or not-yet-valid certificate from running"
It continues anyways and here is the second message,
"Access Denied
Your system failed to be validated by the Cisco Secure Desktop and will not be granted access.
Critical failure.
Cisco Secure Desktop must run and validate your system to proceed. Please verify your browser settings and configuration and retry."

Through my research, I am seeing talk about CSD wrappers and certificates.  However, I do not know where to save the CSD wrapper scripts and I am having no luck finding the certificates. 

When I try to copy a CSD wrapper script to the /etc/openvpn/ area, it just goes back to the original directory and doesn't copy over.   

I did find some .cat files on my windows partition in the Cisco Anyconnect folder so I e-mailed myself.  Now, I can't save them anywhere on my Linux partition.

Here is the blog I found for CSD wrapper.  I've read the article over and over but its just not clicking for me.
http://blog.yunak.eu/2013/07/19/openconnect/

I really like Linux and want to expand my knowledge.  Oh yeah, I am probably the only person at my company trying to connect with Linux so help from system admins is a struggle. 

Thank you in advance, all. 

- Anthony
-- Anthony

"Every time you wake up ask yourself 'What good things am I going to do today?' Remember that when the sun goes down at sunset, it will take a part of your life with it."
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section