Ofir Cohen

Results 8 issues of Ofir Cohen

Hi, I recently purchased a ["CanaKit Raspberry Pi 4 4GB Starter Kit - 4GB RAM"](https://www.amazon.com/gp/product/B07V5JTMV9/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1) and my WiFi (wlan0 interface) won't show up. I'm using Raspbian GNU/Linux 10 (buster) with...

When using the [Azure Workload Identity](https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview), what happens when you don't use the client-id annotation? I created a Pod with a label azure.workload.identity/use: true but didn't use annotation azure.workload.identity/client-id and...

### Describe the feature request I saw both in the [README.md](https://github.com/fatedier/frp?tab=readme-ov-file#connecting-to-frps-via-proxy), the [frpc.toml sample](https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L91), and the golib code itself ([link1](https://github.com/fatedier/golib/blob/master/net/dial.go#L54), [link2](https://github.com/fatedier/golib/blob/master/net/dial_option.go#L33)) that we only support: socks5, http and ntlm: `var...

proposal

### Describe the feature request In the typical setup of: client -> frps -> frpc -> private service (e.g. web server) Does the frp client (frpc) keep a persistent connection...

### Describe the feature request Is there a way to implement SNI-based routing, that is to demultiplex a single connection onto different targets? This is how I currently implement it...

lifecycle/stale

When downloading the latest version, OpenShift version: 4.18.2 (as of June 18th 2025), from the [RedHat Portal](https://console.redhat.com/openshift/create/local), I ran into some cluster responsiveness [issues](https://github.com/crc-org/crc/issues/4730#issuecomment-2981687988): ``` [user@crc-host ~]$ crc status CRC...

Hi, I am trying to use go-grpc-http1 with a TLS server in HTTP/1 in the following way: [client-tls.go.txt](https://github.com/user-attachments/files/18202715/client-tls.go.txt) [server-tls.go.txt](https://github.com/user-attachments/files/18202716/server-tls.go.txt) The server seems to run alright: ``` $ ./server-tls 2024/12/19 22:01:44...

Hi, Does the gRPC-Web mode honour the `https_proxy` env vars for TLS targets? The question is for both forward proxy and man-in-the-middle proxies listening on HTTP ports (not HTTPS). Not...