Client certificates with AWS API Gateway

后端 未结 1 2007
醉话见心
醉话见心 2020-12-31 22:18

I am trying to implement mutual authentication for the communication between aws api gateway and my server. I want to use the client side certificates that amazon offers fo

相关标签:
1条回答
  • 2020-12-31 22:41

    I have solved this problem. The server logs I posted are misleading. No handshake occurs because the server certificate I was using was self signed, not signed by a trusted CA. As of 9/28/2015, aws api gateway requires a certificate signed by a trusted certificate authority. Because my cert was self signed, the server (and client) handshakes do not complete. Hopefully this problem will be solved in future versions.

    0 讨论(0)
提交回复
热议问题