3,220 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
38
views
Voice over RDP/VPN then Horizon/VPN [closed]
I need the following configuration:
Macbook (Microsoft RDP)
|
home router (Archer) [Wireguard VPN + DDNS]
|
Mint (Ubuntu) workstaton (MSI Cube 8GB/256 SSD) [VmWare Horizon Client]
|
Office endpoint (...
-1
votes
0
answers
101
views
Flutter + Firebase not working when device is connected to certain VPNs (SSLHandshakeException, ERR_CONNECTION_CLOSED)
I'm seeing a consistent issue across multiple Flutter apps, not just one project.
Whenever the user's mobile device (Android or iOS) is connected to specific VPN providers, the Flutter app fails to ...
0
votes
0
answers
30
views
OkHttp + Azure File Share fails when Microsoft Defender VPN is active on Android
We are building an Android app that uses Azure Storage (Azure File Share) through the Azure Java/Android SDK.
Our HTTP layer uses a custom OkHttpClient passed into OkHttpAsyncHttpClientBuilder:
...
Advice
0
votes
1
replies
28
views
setup F5vpn using key stored in TPM?
Can I setup an F5VPN connection using a key generated and stored inside the TPM of my Linux laptop? Platform is Debian 13? AFAICT f5fpc is based upon openssl (which could imply PKCS#11 support), but ...
1
vote
0
answers
121
views
Safari fails to load some websites with lwIP in Packet Tunnel Provider ("could not establish a secure connection")
I’ve integrated lwIP into my iOS Packet Tunnel Provider. Most websites load successfully, but for some sites the page loads up to ~60–80% and then Safari suddenly shows:
"Safari cannot open the page ...
0
votes
1
answer
89
views
Github Actions have updated network interfaces. Ping timeout. VPN
Posting this as a heads-up, the issue is resolved
One of our long-running GitHub Actions has always done the following:
Connect to our VPN with OpenVPN.
Ping a private IP inside that network as a ...
2
votes
0
answers
269
views
On macOS, how do I override/force a DNS nameserver, in a way that res_query (resolver(3)) will recognise?
I'm doing DNS lookups on macOS, programmatically, using res_query (from
resolver(3)). This works, normally, but times out when I do the
lookup whilst connected to a $WORK VPN.
I'm stuck trying to ...
2
votes
0
answers
85
views
Designing an Android frontend for a Cloak proxy for OpenVPN
I'm developing an Android app in Java that interfaces with a Go service (Cloak proxy). The proxy listens locally and forwards traffic to an external proxy server.
My app provides a frontend for the Go ...
0
votes
1
answer
226
views
Keep AzureWebsite in private network and only accessible by user enabled AzVPN
We created a website called adminuidev.azurewebsites.net. We disabled public access and enabled private link and add it into a VNet with NSG. Our goal is only let MSFT AzVPN enabled user has access to ...
0
votes
0
answers
74
views
iOS not launching my app network extension, it seemingly isn't crashing it either
My personal project is a bit further along however after not being able to get this to work in my app I fell back to a much simpler/proven implementation out there. There is this project on GitHub ...
0
votes
1
answer
128
views
Is there any way to know my proxy address? [closed]
I am behind a commercial proxy/VPN that I don't know what proxy protocol it uses.
When cloning my GitHub source code, I see
GitHub: "failed to connect to github 443 windows/ Failed to connect to ...
PkDrew's user avatar
- 2,301
0
votes
1
answer
80
views
Rails app on Docker compose with wireguard VPN, how dows that work?
We have this Wireguard VPN which we use to connect to AWS RDS database and perform some operations there through our rails API: I set the API to run with correct environment variables for the database,...
2
votes
1
answer
209
views
How to set up a site-to-site connection between Azure VNet and an on-premises network with a single IP address for traffic selectors?
I'm trying to establish a site-to-site VPN connection between my Azure VNet and an on-premises network. The company I'm connecting with only accepts one private IP address from me to add to their ...
0
votes
0
answers
139
views
Error Unable to resolve host when run ionic application in Android studio emulator
I'm working on mobile application (angular ionic capacitor). Our test-server with api is reachable only when you are connected to VPN.
When I run application on real android device (vpn is ON) ...
0
votes
0
answers
103
views
How can I programmatically manage a "Per-App VPN"?
I have an iOS app which contains a Network Extension that subclasses NEPacketTunnelProvider, acting as a packet-tunnel VPN. After deploying the app on the device as a regular app, it runs the ...