可年 2022-02-09 09:40 采纳率: 0%
浏览 89

javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name

使用jdk1.8+java8编写的代码,使用springboot架构,在内网访问第三方接口报错
public Object UpdNotice(HttpServletRequest request) {
        Msg msg = new Msg();
        String apiURL = "https://****.****.****.****";
        String tel = request.getParameter("tel");
        String title = request.getParameter("title");
        String text = request.getParameter("text");
        String pid = request.getParameter("pid");
        String mess = title + text;
        String appid = "ynapp";
        VsUser a = vsUserService.GetAcctoken(appid);
        String token = a.getAcctoken();
        long tim = System.currentTimeMillis();
        String time = String.valueOf(tim);
        String md= getMD5(tim);
        HttpHeaders headers = new HttpHeaders();
        headers.setContentType(MediaType.APPLICATION_JSON);
        List<Map<String,String>> table =new ArrayList<>();
        Map<String,String> map =new HashMap<>();
        map.put("message",mess);
        map.put("phone",tel);
        table.add(map);
        System.out.println(table);
        Map<String, Object> requestParam = new HashMap<>();
        requestParam.put("message_list", table);
        requestParam.put("sign", md);
        requestParam.put("timestamp", time);
        requestParam.put("user_id", "53");
        headers.set("Authorization", "Bearer " + token);
        HttpEntity<Map<String, Object>> request1 = new HttpEntity<Map<String, Object>>(requestParam, headers);
        ResponseEntity<String> entity = restTemplate.postForEntity(apiURL, request1, String.class);
        String body = entity.getBody();
        return body;
    }

我的解答思路和尝试过的方法
我想要达到的结果
  • 写回答

2条回答 默认 最新

  • 燕_青 2022-02-09 10:05
    关注
    评论

报告相同问题?

问题事件

  • 创建了问题 2月9日

悬赏问题

  • ¥15 结果有了,想问一下这个具体怎么输入
  • ¥15 怎么修改鸿蒙app的UI及功能设计
  • ¥15 帮我利用jupyter 运行一个正确的代码
  • ¥15 如何使用Gephi软件和Python包中的GephiStreamer交互
  • ¥15 sqlite加密问题咨询
  • ¥15 appdesigner接收不到udp组播的数据
  • ¥15 verilog 非阻塞赋值下的移位拼接错误
  • ¥100 两个按钮控制一个LED
  • ¥30 如何用python的GephiStreamer连接到gephi中,把Python和Gephi的具体操作过程都展示,重点回答Gephi软件的调试,以及如果代码的端口在浏览器中无法显示怎么处理
  • ¥15 ansys机翼建模肋参数