admin管理员组文章数量:1415460
I have a secure websocket server written with Boost Beast. A significant portion of the connection code is documented here. I need to extend the code to make a runtime decision on whether the incoming connection is using TLSv1.3 or older (both are valid, but the server needs to have different runtime behavior). Where is the right place to do so?
Is it something on the boost::asio::ip::tcp::acceptor
? Perhaps it is accessible from boost::beast::websocket::stream<boost::beast::ssl_stream<boost::beast::tcp_stream>>
? Somehwere else?
本文标签: cboost beast secure websocket serverdetermine TLS version of incoming connectionStack Overflow
版权声明:本文标题:c++ - boost beast secure websocket server - determine TLS version of incoming connection - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745170252a2645930.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论