FingalVon opened a new issue #1412: java-chassis和go-chassis无法使用TLS连接互通
URL: https://github.com/apache/servicecomb-java-chassis/issues/1412
 
 
   
java服务作为client时,需要server端注册的ip:port后加上sslEnabled=true的标识才能正确发送HTTPS请求,但是go作为服务侧是无法添加该标识的。
   
go服务启动监听调用了go语言原生的tls.Listen()方法,该方法不接受ip:port后加sslEnabled=true标识,因此也无法通过修改go-chassis源码的方式来解决这个问题。
   该问题我会同时反馈到go-chassis社区,请两边的管理人员讨论下这个问题的解决方案。感谢!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to