在tomcat启动时,我在日志中看到以下错误。我使用的是tomcat7和ubuntu。java.io.IOException: SSL configuration is invalid due to No available certificate or key correspondsto the SSL cipher suites which are enabled.
我只想要一段代码来下载任何给定的HTTPS,同时忽略任何SSL错误,而不向受信任的存储区添加证书或诸如此类的东西。trigger seeding of SecureRandomtrigger seeding of SecureRandomTLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
它可以正常工作一段时间(大约5分钟左右),但随后我收到错误消息:SQLSTATE[HY000]: General error: 7 no [error] connection to the server它在本地运行得很好,所以我认为问题一定出在postgres和通过SSH运行脚本上-但是谷歌这些错误并没有返回任何有用的