64 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
31
views
Unable to receive access token after Microsoft login - "AX Lookup problem" error
I am working on integrating Microsoft Authentication into my app. After successfully logging in to a Microsoft account, I am unable to receive the access token. Instead, I encounter the following ...
0
votes
1
answer
511
views
Script to initiate VPN session with openconnect on Windows 10
I am trying to automate the VPN connection through Openconnect.exe (given a password and TOTP) with a Windows PowerShell script. Unfortunately, I have not managed to supply the password to --passwd-on-...
0
votes
0
answers
108
views
Interact with openconnect in java processbuilder
I am attempting to establish a VPN connection using a ProcessBuilder in Java. However, the process seems to block, and entering my password has no effect.
I am unable to include my username and ...
0
votes
0
answers
169
views
Detect and capture openconnect traffic using eBPF/XDP
I'm new to networking. I'm also learning the usage of eBPF. Currently I'm working on a project where I've to capture the inner packet of a openconnect traffic. This is my code:
https://github.com/...
0
votes
0
answers
676
views
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 '...
3
votes
1
answer
145
views
Exit terminal after executing a command from .xbindkeysrc
I'm trying to bind a command to a key using .xbindkeysrc, namely this command retrieves a password from keepassxc, and echoes it as stdin to an openconnect (for VPN connection) command, and finally ...
0
votes
0
answers
226
views
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 ...
1
vote
1
answer
164
views
smartcard + configfile: how to avoid error "File name too long"?
I am trying to change my openconnect usage from command line to configfile.
I need to use a smartcard (StarSign CUT S, from Giesecke & Devrient GmbH) in order to access my VPN.
My current command ...
3
votes
1
answer
8k
views
DTLS handshake failed in ocserv and openconnect
I configured the ocserv on my Ubuntu server with this specefication in /etc/ocserv/ocserv.conf file:
auth = "plain[passwd=/etc/ocserv/ocpasswd]"
tcp-port = 443
udp-port = 443
run-as-user = ...
1
vote
1
answer
651
views
Traefik does not use cert file provided for OpenConnect VPN
I have setup traefik in docker and use let's encrypt on the domain example.tld with some
services:
traefik:
image: "traefik:2.8.2"
container_name: "traefik"
hostname: ...
0
votes
0
answers
902
views
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 (...
0
votes
1
answer
6k
views
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 ...
2
votes
0
answers
1k
views
OpenIdDict with multiple AddValidation for an ASP.NET core/6.0 API
I'm having a RESTful Asp.NET Core/6.0 API, were I'm using an separate Auth-Server with OpenIdDict.
My problem is I created two applications
one with grant-type Client-credentials (for machine-to-...
2
votes
0
answers
2k
views
How to make openconnect work with docker?
Following up on How make openvpn work with docker,
I have recently installed privacy vpn, and it turns out that enabled
openvpn breaks docker.
When I try to run docker-compose up i get following ...
1
vote
1
answer
4k
views
KeyCloak login with Google in Flutter/Android app
I am working on a Flutter app, which uses KeyCloak for Authorization in the backend. Login with username and password is implemented. I want to implement login with Google. Do anyone know, which ...