标签:https

关于java以post方式请求https协议网站问题

javahttps 网上找了很多种请求https协议的方法,差不多都是以下的形式: public class HttpsUtil{ private static class TrustAnyTrustManager implements X509TrustManager { public void checkClientTrusted(X……

有证书的https SSLException bad_record_mac

https证书 用java实现抓取厦门社保,有用户名、密码等必须参数,地址是https://app.xmhrss.gov.cn/wcm/servlet/FirstServlet 通过浏览器可以正常访问,但是用java访问报异常: javax.net.ssl.SSLException: Received fatal alert: bad_recor……