3,203 questions
Advice
0
votes
18
replies
137
views
How to block all VPN connections to Java server?
How to block all VPN connections to a Java server using:
- only the standard Java JDK API;
- no third-party libraries;
- no external sources.
Tooling
0
votes
0
replies
67
views
Architecture review: Locally hosted web app with VPN access for confidential business data
I am building a custom business tracking application from scratch for a client. Due to strict Private and Confidential (PnC) data requirements, the client has mandated that the application and ...
Advice
0
votes
0
replies
142
views
VPN server with privoxy/tor
I want to use both a VPN and the anonymity of tor.
How can I set up my VPN server, so that all traffic is routed from there through privoxy/tor?
(Youtube e.g. has blocked the IP address of my VPN ...
Advice
0
votes
1
replies
39
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
174
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 ...
2
votes
0
answers
422
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
136
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
333
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
1
answer
147
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 ...
0
votes
1
answer
101
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
282
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
166
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 ...
1
vote
0
answers
156
views
Server unreachable through Flutter app over VPN on Browserstack
The company made their development and testing servers only available through VPN. On browserstack we followed the documentation, but the server is still unreachable when trying to connect through the ...
0
votes
0
answers
236
views
Connection reset by peer error when using SOCKS5 proxy in Android VPN app
I’ve been working on an Android app that uses a custom VPN service to connect via a SOCKS5 proxy on my VPS. However, I’m encountering the following error:
Connection failed: Connection reset by peer
...
0
votes
1
answer
99
views
Android - How to schedule a Job requiring Network Capability while under a VPN
I am trying to setup a JobScheduler that runs a JobService to download a file under certain conditions.
It's working like a charm but i can't make it work while under a VPN.
I've tried to change the ...