問題タブ [grpc-go]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
go - grpc-go over https: 失敗した rpc エラー: コード = 利用できません des = トランスポートを閉じています:
注: これは Kubernetes のコンテナーで実行されています。
この非常に短い説明を成功裏に完了しました: https://knative.dev/docs/serving/samples/grpc-ping-go/
成功:
しかし、https の knative セットアップでゲートウェイから 443 を実行すると、機能しません。
サンプルのクライアントコードとサーバーコード。サーバーは tls をリッスンしていませんが、サーバーへの接続は https 経由です。
念のために言っておきますが、単純な hello-go テキスト返信から https がすり減っていることはわかっています。