Questions tagged [openconnect]

OpenSource is an open source VPN.

65 questions
1
vote
1 answer

OpenConnect "must be running as root" in Gitlab CI/CD

I'm trying to get my Continuous Delivery working and subsequently uploading binaries to a company server, which is only accessible through VPN connection. The problem is, every single time I try it, I'm getting the following error: Connected as…
1
vote
1 answer

SQLAlchemy can't connect to Oracle database using database URL

I am trying to create a Docker container that connects to a VPN and then checks that it can connect to some databases. Currently I'm using the following code: DB_URI_PREFIX = { 'mssql': 'mssql+pymssql://', 'oracle': 'oracle+cx_oracle://',…
Tinmar
  • 31
  • 1
  • 5
1
vote
1 answer

How do I push/pull from Github over openconnect vpn with github ssh auth?

I'm using openconnect in Ubuntu 16.04 LTS to ssh into a remote machine over a vpn. I'm trying to push and pull to/from Github with ssh authentication, but it's not working. When I try to pull or push, it gives the error: Permission denied…
wordsforthewise
  • 13,746
  • 5
  • 87
  • 117
1
vote
2 answers

TCL Expect kills child of child process

I have an expect script like this #!/usr/bin/expect -f set timeout 30 log_user 0 set PASSWORD $::env(PASSWORD) set USERNAME $::env(USERNAME) set TOKEN $::env(TOKEN) puts stderr "Generating OTP" spawn oathtool --totp $TOKEN expect -re \\d+ set otp…
1
vote
2 answers

Is it possible to return extended user profile data from Azure AD UserInfo endpoint with OpenConnect?

Scenario: We add fields to the user profile in our Azure AD to contain information on account type (e.g. Employee, Basic Customer, Premium Customer). Can these be returned using Azure AD's OpenConnect UserInfo endpoint?
James Walford
  • 2,953
  • 1
  • 24
  • 37
1
vote
1 answer

Ngrok with SSL and hostname

I'm trying to expose my local dev site through ngrok. My site uses https (on port 7443) and because I use OpenConnect for auth, I have a hostname setup in my windows hosts file (e.g. "127.0.0.1 aaa.bbb.ccc.com"). Locally I access the site through…
SturmUndDrang
  • 1,876
  • 5
  • 27
  • 47
1
vote
0 answers

Git empty response from server over https vpn after upgrade to sierra

I've been facing this weird issue ever since i upgraded osx to Sierra, all pulls/push fail with the following error for a remote repo over client vpn (Theres a VPN + firewall over browser).Its been failing for everyone who has updated to osx sierra…
Atif
  • 129
  • 1
  • 14
0
votes
0 answers

Compiling openconnect with android ndk failure

I'm trying to make an application similar to ics-openconnect. As you know it is based on openconnect, so I first tried to compile it for Android, and here are the problems that I faced: First, the NDK path and version in the Makefile varies from…
ali73
  • 415
  • 1
  • 5
  • 17
0
votes
0 answers

When I'm Intalling The PHP Storm and then Trying to Chaning My IP With Open-Connect VPN fetching and Issue - IP Not Changing

Step: Install Open Connect GUI and add the Conneconfiguration. Connect the VPN(IP Changing). Install the PHP Storm and Connect the VPN server but IP Not Changing. I checked it through the browser. What is my IP. Want to Change the IP but Not…
0
votes
0 answers

openconnect with GlobalProtect and Smartcard on MacOS: "No SSL certificate found to match private key"

I'm trying to setup GlobalProtect via openconnect on macOS with a smartcard. My gateway requires a client certificate and we authenticate using the smart card, no username/password based authentication. My command is: openconnect --protocol=gp -c…
Niklas B
  • 1,839
  • 18
  • 36
0
votes
0 answers

openconnect fails to keep running in the background in a terminal that's closed

This is a spin-off from other post. This command retrieves a password from keepassxc, prints it as stdin to an openconnect (for VPN connection) command, and the process goes to the background. sh -c 'pass=$(keepassxc-cli show -a password…
Miguel
  • 356
  • 1
  • 15
0
votes
0 answers

Is the OpenConnect usable for wireless connection?

I know that Cisco AnyConnect is VPN client and the OpenConnect is the similar one. But Cisco AnyConnect is the whole package including Network Access Manager, which is able to manage connection over wifi network. I would like to know if I could use…
0
votes
0 answers

Client Using VPN(Cisco OpenConenct) breaks TCP connection. C#. SuperSimpleTCP

I'm using C# .Net with SuperSimpleTCP Library to make a simple messaging app. The App works just fine in Normal circumstances. But if the client is connected to a VPN(cisco openconnect) Client will fail to communicate with the server. not only…
0
votes
0 answers

When user trying to signing with book marked link get an error does not fire OnTicketReceived

I am using azure ad and B2C policies for the user sign-in signup experience. Once the user logs in and saves the bookmark and tries to log in by clicking on the bookmark they receive an error. We are using dotnet core. We are using The OpenID…
0
votes
0 answers

PKCS11 error wile using USB Token vs SmartCard

I am trying to use SafeNet eToken 5300 (manufacturerID: Gemalto; model: ID Prime MD) for client certificate authentication in openconnect VPN client. The connection failed. When the SmartCard (manufacturerID: SafeNet, Inc.; model: eToken) inserted…
Pavel
  • 1
  • 2