【问题标题】:How to get the ssl session when using the sun HttpsServer使用sun HttpsServer时如何获取ssl session
【发布时间】:2014-04-22 16:02:40
【问题描述】:

我正在使用com.sun.net.httpserver.HttpsServer 作为 Https 服务器并希望访问 SSL 会话。

我在HttpHandler 中处理请求。当使用普通的SSLServerSocket 时,我可以通过SSLSocket.getSession(...) 方法访问客户端证书等,但我在HttpHandler 内的handle 方法的HttpExchange 参数中找不到这样的东西。

有没有办法访问它?

【问题讨论】:

    标签: java ssl https sun com.sun.net.httpserver


    【解决方案1】:

    HttpExchange 转换为HttpsExchange 并从中获取SSLSession

    【讨论】:

      猜你喜欢
      • 2023-03-20
      • 2018-08-13
      • 1970-01-01
      • 2014-07-15
      • 1970-01-01
      • 2023-03-08
      • 2013-06-02
      • 2020-03-16
      • 1970-01-01
      相关资源
      最近更新 更多