You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
100个线程并发测试,有4%的超时,没有进入程序就超时了,显示404
同样的配置,使用http就不会出现
网关的配置:
kind: Gateway
apiVersion: networking.istio.io/v1alpha3
metadata:
name: xserver2-gateway-https
namespace: xserver2
spec:
servers:
- hosts:
- api.xxxxx.com
port:
name: api-https
number: 443
protocol: HTTPS
tls:
mode: SIMPLE
privateKey: /etc/certs/xxxxxxcom/key
serverCertificate: /etc/certs/xxxxxcom/cert
selector:
istio: ingressgateway
The text was updated successfully, but these errors were encountered: