boostorg / beast

HTTP and WebSocket built on Boost.Asio in C++11
http://www.boost.org/libs/beast
Boost Software License 1.0
4.38k stars 640 forks source link

请问,如何提高async_handshake时间 #1978

Closed Yinpinghua closed 4 years ago

Yinpinghua commented 4 years ago

请问,如何提高https证书校验的时间

madmongo1 commented 4 years ago

Google translates this as: "Excuse me, how to increase the time of https certificate verification"

At the moment, the question is ambiguous.

Does it mean:

  1. How do I increase the validity period of an SSL certficate? In this case, the answer is that you cannot. You will need to issue a new certificate.

  2. How do I increase the timeout while a client is verifying the certificate? This is difficult to answer here as if depends on the verification mechanism you are using.

stale[bot] commented 4 years ago

This issue has been open for a while with no activity, has it been resolved?

stale[bot] commented 4 years ago

It looks like this issue has either been abandoned or resolved so I will go ahead and close it. Feel free to re-open this issue if you feel it needs attention, or open new issues as needed. Thanks!