You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When do TLS communication, we need to load certificate, there are two ways to load certificate
set certificate file path
set certificate stream
due to security purpose, we ussually load certificate from stream with #2, the problem is: the stream will lost after first communication, that means need to set the stream before each call, can we keep the certificate stream in memory?
When do TLS communication, we need to load certificate, there are two ways to load certificate
due to security purpose, we ussually load certificate from stream with #2, the problem is: the stream will lost after first communication, that means need to set the stream before each call, can we keep the certificate stream in memory?
Class: SslConfig and related methods are:
Environment
The text was updated successfully, but these errors were encountered: