OpenSource is an open source VPN.
Questions tagged [openconnect]
65 questions
0
votes
1 answer
How to enable log in openconnect vpn
I new to openconnect (https://github.com/openconnect/openconnect.git), can someone please tell that how can I redirect all the log to a file in openconnect, and how to change the log level.
Thanks in advance.
0
votes
1 answer
Problem when installing openconnect using brew
I am stuck when trying to install "openconnect" using homebrew because I am not permitted to make the symbolic link to /usr/local/share/locale/ca/LC_MESSAGES.
I am running Big Sur version 11.4.
Below follows what I have tried:
(base)…

Eigil Kaas
- 3
- 2
0
votes
1 answer
ocserv could not execute script for the incoming connection
connect-script = /app/connect.sh
disconnect-script = /app/disconnect.sh
I have the above configuration in my ocserv.conf in the docker container, but ocserv fails to execute /app/connect.sh when there is a connection. I cann't find the real cause…

Iceberg
- 2,744
- 19
- 19
0
votes
1 answer
openconnect with gp does not prompt for SAML authentication in command line
I am using openconnect --protocol=gp vpn.mysite.com and it says its connecting, but it is waiting for the SAML authentication. The command and authentication works on my debian machine it prompts for a username and password, but trying on my other…

0xef2387
- 37
- 2
- 8
0
votes
0 answers
Why is my file with redirected stderr empty?
I am using OpenConnect 8.10 on Windows using binaries from https://github.com/horar/openconnect/releases/tag/v8.10
This is the output of openconnect.exe:
No server specified
Usage: openconnect [options]
Open client for multiple VPN…

bers
- 4,817
- 2
- 40
- 59
0
votes
1 answer
I installed openconnect on ubuntu 18.04 but sudo service openconnect status
I installed openconnect on ubuntu 18.04 using sudo apt-get install openconnect. but when use sudo service openconnect status i get this error:
Unit openconnect.service could not be found.
I googled this problem but didn't fond any solution.

Fatemeh Asadyar
- 23
- 4
0
votes
1 answer
Keycloak login by skipping the login page
I have 2 different applications: say Application1 and Application2.
I have integrated Application2 with keycloak and I am able to login to this application using Keycloak's login page.
Now what I want is, if I login to my Application1 (without…

chinnu Nish
- 119
- 1
- 13
0
votes
1 answer
OpenIDConnect Certified Relying Party Servers vs Certified OpenID Provider Servers
I was looking at the OpenIDConnect developer section https://openid.net/developers/certified/. There are multiple sections like:
Certified Relying Party Libraries
Certified Relying Party Servers and Services
Certified OpenID Provider…

Ganesh R.
- 4,337
- 3
- 30
- 46
0
votes
1 answer
Error cross-compiling openconnect-8.08 for android
When i follow instructions here, i get this error when running latest instruction that is "make":
make[1]: Entering directory '/home/fasegiar/Downloads/openconnect-8.08'
CC libopenconnect_la-ssl.lo
In file included from ssl.c:41:
In file…

Armel Gildas Fagbedji
- 140
- 9
0
votes
1 answer
Error while building OpenConnect project (from official gitlab repository) for Java
Hello i need help about building artefact for Java. I get an error when running this command for build:
./configure --with-vpnc-script=~/Downloads/vpnc-script --with-java=/Library/Java/JavaVirtualMachines/jdk-14.0.1.jdk/Contents/Home…

Armel Gildas Fagbedji
- 140
- 9
0
votes
1 answer
openconnect, ssl connection failure
I have ocserv setup on a vm, but when trying to connect through openconnect app getting these errors,
it will be helpful if any solution, tried various ocserv config file modifications but non-sucessfull
Logs:
` Disconnected
STAT: attempt=O;…

uddin
- 1
- 1
- 2
0
votes
1 answer
How would you configure a derivation or overlay for openconnect with vpn-slice with nixpkgs (non-daemon install, macOS Catalina)?
I’ve recently started using the nix package manager as a single user install (non-daemon).
I’m wondering how to configure openconnect and preferably with vpn-slice, a vpnc-script replacement for easy and secure split-tunnelling.
I can see the…

ldeck
- 227
- 1
- 10
0
votes
2 answers
How to create own Open ID connect authorization server
I created an application for achieving all OAUTH2 grant types such as (Password grant. Client Credentials and Authorization type grant flow). But, now i want to switch authorization type grant flow into open id connect.
Googled the scenario, but all…

Mohamed Bilal
- 11
- 1
0
votes
2 answers
Redirect stdin for a few lines, then back to keyboard input
I have a bash script that invokes openconnect, which then turns around and reads 4 lines from stdin. These are (in order): group, password, authentication type, and one-time passcode.
I can programmatically get the values for the first 3, but the…

Adam Becker
- 1
- 2
0
votes
1 answer
OpenConnect with Apigility to answer with JWT
How do I implement OpenConnect with Apigility to be answered with a JWT type response?
The problem is that is pretty simple to add just OAuth2, just following Apigility's documentation (or this one that's really great), but when it comes to get that…

tworems
- 251
- 1
- 3
- 10