fix(quic): align edge client TLS test endpoint

This commit is contained in:
linbo 2026-08-04 15:41:29 +08:00
parent ba8f1e1821
commit ebadec8fe1

View File

@ -3,7 +3,7 @@ quic_edge {
# Task enablement is controlled by manager/task_manager.pb.txt. Configure a # Task enablement is controlled by manager/task_manager.pb.txt. Configure a
# reachable QUIC Gateway and TLS policy before enabling the task there. # reachable QUIC Gateway and TLS policy before enabling the task there.
server_host: "192.168.0.222" server_host: "192.168.0.118"
server_port: 4433 server_port: 4433
alpn: "cmvr-quic-edge/1" alpn: "cmvr-quic-edge/1"
node_id: "cmvr-edge" node_id: "cmvr-edge"
@ -25,7 +25,7 @@ quic_edge {
tls { tls {
ca_file: "certs/cmvr-quic-ca.crt" ca_file: "certs/cmvr-quic-ca.crt"
server_name: "192.168.0.222" server_name: "192.168.0.118"
allow_insecure: false allow_insecure: false
} }