---
title: "A misleading error when using gRPC with Go and nginx"
url: https://daily.dev/posts/a-misleading-error-when-using-grpc-with-go-and-nginx-bxgo15zuy
source_url: https://kennethjenkins.net/posts/go-nginx-grpc/
type: article
source: "Community Picks"
published: 2024-05-14T08:00:56.107Z
updated: 2024-05-14T08:00:55.872Z
tags: ["golang", "nginx", "grpc"]
reading_time: 8
upvotes: 6
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A misleading error when using gRPC with Go and nginx

**[Community Picks](https://daily.dev/sources/community)** · 8 min read · 6 upvotes · 0 comments

## Summary

A post discussing a misleading error encountered when using gRPC with Go and nginx. The error message indicates a problem with HTTP/2 frames, but the actual issue is with the Go service not supporting plaintext HTTP/2 requests. The post provides a solution to add plaintext HTTP/2 support using the golang.org/x/net/http2/h2c package.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://kennethjenkins.net/posts/go-nginx-grpc/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#golang](https://daily.dev/tags/golang), [#nginx](https://daily.dev/tags/nginx), [#grpc](https://daily.dev/tags/grpc)

[View this post on daily.dev](https://daily.dev/posts/a-misleading-error-when-using-grpc-with-go-and-nginx-bxgo15zuy)
