首页 > TAG信息列表 > SSLSocketImpl

Https 协议,报错:javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

Https 协议,报错:javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake      at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1002)     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.j

webmagic框架protocol_version问题处理

异常描述: 1 javax.net.ssl.SSLException: Received fatal alert: protocol_version 2 at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) 3 at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) 4 at sun.security.ssl.SSLSocketImpl.rec

工作中的问题积累

2021年9月 java使用HttpURLConnection 去下载资源。 有一天突然就出现这个bug了。经过查询是ssl证书问题。 首先下载的资源是 https:// 的资源,但这个资源的ssl证书已经过期,或者是错误的,不授信的。这种情况你看很多网上说去改代码。我就想说这是资源的问题,1.修改成http:// 2.更新

JavaMail 发送邮件出现 Connection reset 问题

问题描述 使用 java mail 发送邮件的时候,申请的 163 邮箱作为发件箱,然无论如何配置,均出现 Connection reset,无法正常发送邮件。 Exception in thread "pool-2-thread-1" cn.hutool.extra.mail.MailException: MessagingException: Could not connect to SMTP host: smtp.163.com,

JDK安全证书的一个错误消息 No subject alternative names present的解决办法

我使用Java消费某网站一个Restful API时,遇到这个错误: 21:31:16.383 [main] DEBUG org.springframework.web.client.RestTemplate - Created GET request for "https://127.0.0.1:5031/commerce/product" 21:31:16.388 [main] DEBUG org.springframework.web.client.RestTemplate