You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/11/25 01:33:53 UTC

[GitHub] [servicecomb-java-chassis] HoyerIsAlexander opened a new issue #2077: RPC调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

HoyerIsAlexander opened a new issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077


   servicecomb版本1.3.0   CSE版本2.5.0
   
   具体错误如下,这个大概是什么原因
   ERROR org.apache.servicecomb.transport.rest.vertx.RestServerVerticle -Unexpected error in server.cause:SSLException,message:Error generating ECDH serverkey exchange;cause:SSLException,message:Error generating ECDH server key exchange;cause:SignatureException,message:Could not sign data;cause:BadPaddingException,message:RSA private key operation failed


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2077: RPC无故调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077#issuecomment-733498793


   通过异常我也判断不出详细原因。可以从这个服务和其他服务的差异着手找找。 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2077: RPC无故调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077#issuecomment-733409195


   可能和你的证书配置/环境有关系,比如证书过期、证书签名算法和JDK支持的算法不匹配等。 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] HoyerIsAlexander commented on issue #2077: RPC无故调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

Posted by GitBox <gi...@apache.org>.
HoyerIsAlexander commented on issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077#issuecomment-733421385


   这个实例跟他们微服务一起部署的,证书也是使用的同一个,刚确认了下证书没有修改过期时间是2028年,而且其他微服务都可以正常调用,就这个实例有问题,这两天突然大量报这个问题


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] HoyerIsAlexander edited a comment on issue #2077: RPC无故调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

Posted by GitBox <gi...@apache.org>.
HoyerIsAlexander edited a comment on issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077#issuecomment-733421385


   这个实例跟其他微服务一起部署的,证书也是使用的同一个,确认了下证书没有修改以及过期时间是2028年,而且其他微服务都可以正常调用,就这个实例有问题,这两天突然大量报这个问题,之前很长一段时间都没问题


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] HoyerIsAlexander edited a comment on issue #2077: RPC无故调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

Posted by GitBox <gi...@apache.org>.
HoyerIsAlexander edited a comment on issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077#issuecomment-733421385


   这个实例跟他们微服务一起部署的,证书也是使用的同一个,刚确认了下证书没有修改过期时间是2028年,而且其他微服务都可以正常调用,就这个实例有问题,这两天突然大量报这个问题,之前很长一段时间都没问题


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #2077: RPC无故调用失败,报javax.net.ssl.SSLHandshakeException: Failed to create SSL connection

Posted by GitBox <gi...@apache.org>.
liubao68 edited a comment on issue #2077:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2077#issuecomment-733409195


   可能和你的证书配置/环境有关系,比如证书过期、证书签名算法和JDK支持的算法不匹配等。 另外需要确认下是否安装 JDK 的 高强度算法库。 参考[说明](https://docs.servicecomb.io/java-chassis/zh_CN/security/tls/)


----------------------------------------------------------------
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:
users@infra.apache.org