RTSDK support for mutual TLS

Does RTSDK support mutual TLS ( https://docs.aws.amazon.com/app-mesh/latest/userguide/mutual-tls.html ) for two-way peer authentication? Can you point to example or document on howto, please? Are there other reat time APIs supporting it? Thank you

Best Answer

  • Jirapongse
    Answer ✓

    @RG1

    I did some research and found that to support mutual TLS, the client-side needs to call the SSL_CTX_use_certificate_file OpenSSL method to load the client's certificate. However, I am unable to find it in the RTSDK source code when establishing a connection.

    Therefore, the RTSDK may not support mutual TLS.

    You need to contact the RDC support team directly to confirm this or submit an issue on GitHub.