19,483 questions
-4 votes
0 answers
41 views
How to make Google Chrome use a specific proxy/VPN on Linux (Xubuntu/XFCE)? [closed]
I'm using Google Chrome on Xubuntu (XFCE), and when I turn on my VPN (Happ — AppImage version), Chrome shows this message when opening YouTube: "When running Google Chrome under a supported ...
0 votes
0 answers
69 views
Netty ClientTransport.proxyWithSystemProperties() "early resolve" proxy address causing problem when proxy is unavailable but becomes available later
We are using Spring Boot 3.5.6 and using Netty to call a downstream HTTP system. We create HttpClient and use proxyWithSystemProperties() to let netty create ProxyProvider using Java System Properties ...
0 votes
1 answer
47 views
Zeppelin Helm installation behind a client proxy [closed]
I have installed Zeppelin with Helm, using the duyet/zeppelin chart on a client's Microk8s cluster and this client has a proxy configured. When I try to run a notebook that installs packages, %python #...
Best practices
0 votes
3 replies
48 views
I want to make "HTTPS proxy cache server" with nginx that controls large size of git source
i'm newbie in nginx and proxy server. We have a problem about googlesource 429 Error, caused by many requests and because of bandwidth, we took a long time to get googlesource. We reviewed to make ...
0 votes
0 answers
41 views
React Native + Cloudflare Workers: requests freeze after 1–2 mind idle
Summary: React Native + Cloudflare Workers: requests to *.workers.dev freeze after 1–2 minutes idle, while direct origin requests still work I’m seeing a very strange issue with a mobile app that ...
Tooling
0 votes
0 replies
31 views
Are there any programs out there to use OpenVPN client configuration and serve it as local proxy?
My VPN provider gave me an OpenVPN configuration. I'm on KDE so I can easily configure network manager to use this configuration. Discord, however, is banned in my country. So I was thinking whether ...
Advice
0 votes
1 replies
39 views
Setting up tcp proxy for the first time, probably misunderstood some concepts
This is my first time using a Proxy to intercept tcp data and I think I misunderstood some concepts and this is why I'm unable to correctly intercept/log packets. Here is my setup: My application: My ...
0 votes
0 answers
42 views
Gravitee OSS Gateway returns 404 when accessing proxied Swagger UI
I’ve deployed Gravitee OSS as an API Gateway on a VM, with a local DNS entry so it’s available at: http://apim.local:8082 I also have an API running externally at: https://my-app.k8s.acme.fr/spring/...
0 votes
1 answer
33 views
How to fix 403 when accessing a blob with a proxy
I'm trying to embed Azure Dgital Twins 3d scene into a React application, using this exact repo https://github.com/malichishti/adt-3d-embedder-app The app uses msal to authenticate with the azure ...
0 votes
1 answer
56 views
Unexpected Requests to eastus-8.in.applicationinsights.azure.com in Proxy Logs
While reviewing the proxy logs from my work computer, I noticed a large number of requests being made to the following URL: https://eastus-8.in.applicationinsights.azure.com These requests only occur ...
0 votes
0 answers
70 views
wfp FWPM_LAYER_DATAGRAM_DATA_V4 modify loopback inbound udp packet address failed
I'm writing a wfp driver which redirect all tcp/udp traffic to a local proxy service. I tried to modified the dest ip and port of outbound udp packets to my local proxy in the ...
1 vote
0 answers
83 views
General SOCKS server failure when sending a domain request via Tor in C
I'm writing a C program called toralizer (connect to a remote host through the Tor SOCKS5 proxy (127.0.0.1:9050)). The handshake succeeds, but when I send a SOCKS5 domain request, I get this error: ...
1 vote
0 answers
65 views
Custom Trust Store and Certificate Validation in a Flutter iOS Application Accessing the Microsoft Outlook Portal using a Self-Signed Certificate
I built an MITM Go proxy to intercept all requests. I’m also developing an enterprise Flutter iOS app that uses a custom in-app trust store (so it doesn’t rely on the OS trust store) and I’ve stored ...
1 vote
1 answer
61 views
Poxing a mocked generic method with Moq
I provide a generic provider for Json serialization: public interface IJsonSerializerProvider { T? Deserialize<T>(string value); string Serialize(object? obj); object? ...
0 votes
1 answer
72 views
How to setup proxy for redshift_connector
I'm trying to use redshift_connector by AWS to connect to my Redshift cluster. To be able to connect, I first need to set up a proxy. Since redshift_connector doesn’t seem to have a dedicated ...