tetra12

Results 10 comments of tetra12

I have the same issue in July 2022. OS: Ubuntu 21.10 Caddy: 2.5.2-alpine and 2.4.6-alpine I have a local GRPC service without TLS. I can ping it with `grpcurl` like...

@mholt I'm not sure I understood your question. Here's what I have 1. Go GRPC server without TLS 2. Go GRPC client without TLS 3. NodeJS GPRC client without TLS...

@mholt Could you pls provide me links/examples to working configs? I searched both community site and issues here and I have NOT found a solution, which would work for GRPC...

My Caddyfile looks like this :eyes: ```bash { debug servers { protocol { # We need to enable h2c in order to use grpc without TLS. # ref: https://caddy.community/t/caddy-grpc-h2c-passthrough/11780 allow_h2c...

Okay, I was quietly hoping to avoid a mess with TLS for dev purposes :roll_eyes: . Long story short, for a self-generated local certs with `mkcert` I'm getting this :disappointed:...

@mholt Thanks for giving a great feedback. I was hoping to use `Caddy` like `Envoy` to convert `grpc-web` into `grpc` right away. But as @mohammed90 said, present Caddy impl lacks...

VM 1.86.1 the issue is still there with another rollup function: ```bash curl -sS \ -H 'Content-Type: application/x-www-form-urlencoded' \ -X POST \ -d 'query=last_over_time({__name__="atd_unit"})' \ -d 'start=-90m' \ -d 'step=10m'...

```sh Application: LINBIT® LINSTOR Module: Controller Version: 1.25.0 Build ID: ac6be8b59c99ae4157b4368df646cf530444d70f Build time: 2023-10-25T04:33:26+00:00 Error time: 2023-11-10 16:25:58 Node: mon Category: LinStorException Class name: SystemServiceStartException Class canonical name: com.linbit.SystemServiceStartException Generated...

Closing this as an unsupported feature

this results in helm/api failing: ```sh Error: Kubernetes cluster unreachable: Get "https://public-IP:25025/version": net/http: TLS handshake timeout ```