3062

Results 6 comments of 3062

curl -> mosn -> mosn -> server,这种场景,curl -> mosn 和 mosn -> server 使用了 tcp 传输,mosn -> mosn 使用 tls 加密,相当于 mosn 之间的通信对已加密的信息又加密了一次,而 curl 和 server 的 tls 是对应的。请求时打印对端证书信息可以验证是 server...

@nejisama 大佬是否有空指导一下呢?这个问题我没把握回答

@wkwen 你好,方便发一下 mosn 配置吗

@wkwen 钉钉群:33547952

Sorry, my oversight, this problem should have been solved in the previous version

You might refer to this config ```json { "servers": [ { "default_log_path": "stdout", "listeners": [ { "name": "listener", "address": "0.0.0.0:16000", "bind_port": true, "use_original_dst": "redirect", "listener_filters": [ { "type": "original_dst", "config":...