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
After reviewing the code, I could not find any instance where the private key was set for the host server. Even though the code is attempting to create a TLS connection without the private key, it is unclear whether the connection would work as expected.
The text was updated successfully, but these errors were encountered:
Aspia does not use TLS. Aspia uses its own encryption protocol. Private and public keys are not used in this protocol.
Read about SRP, AES256 GCM and ChaCha20+Poly1305.
After reviewing the code, I could not find any instance where the private key was set for the host server. Even though the code is attempting to create a TLS connection without the private key, it is unclear whether the connection would work as expected.
The text was updated successfully, but these errors were encountered: