Skip to content

Commit f574f49

Browse files
Update grpc-start: Call insecure gRPC services (#17521)
* Update grpc-start: Call insecure gRPC services Enable trust the HTTPS development certificate on some linux distributions is not easy. Adding this instructions can make it easier to develop on Linux. * combine the notes Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
1 parent 4a2efc8 commit f574f49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/tutorials/grpc/grpc-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a .NET Core gRPC client and server in ASP.NET Core
33
author: juntaoluo
44
description: This tutorial shows how to create a gRPC Service and gRPC client on ASP.NET Core. Learn how to create a gRPC Service project, edit a proto file, and add a duplex streaming call.
55
ms.author: johluo
6-
ms.date: 12/05/2019
6+
ms.date: 04/08/2020
77
uid: tutorials/grpc/grpc-start
88
---
99
# Tutorial: Create a gRPC client and server in ASP.NET Core
@@ -292,7 +292,7 @@ info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
292292
```
293293

294294
> [!NOTE]
295-
> The code in this article requires the ASP.NET Core HTTPS development certificate to secure the gRPC service. If the client fails with the message `The remote certificate is invalid according to the validation procedure.`, the development certificate is not trusted. For instructions to fix this issue, see [Trust the ASP.NET Core HTTPS development certificate on Windows and macOS](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos).
295+
> The code in this article requires the ASP.NET Core HTTPS development certificate to secure the gRPC service. If the .NET gRPC client fails with the message `The remote certificate is invalid according to the validation procedure.` or `The SSL connection could not be established.`, the development certificate isn't trusted. To fix this issue, see [Call a gRPC service with an untrusted/invalid certificate](xref:grpc/troubleshoot#call-a-grpc-service-with-an-untrustedinvalid-certificate).
296296
297297
[!INCLUDE[](~/includes/gRPCazure.md)]
298298

0 commit comments

Comments
 (0)