0

How can I get an URL exposed through AWS API Gateway to trigger the notification popup for certificate selection in the browser?

I have an API Gateway that (I hope) has been correctly configure to use mutual TLS authentication. For example, unless I provide the client certificate, a curl request fails. But, when I try to open an URL directly in Firefox, I only get a blocked request in the developer tools' console, rather a popup asking me to select a certificate to use.

Ion Ionascu
  • 552
  • 1
  • 4
  • 15
  • As a workaround, use incognito mode (assuming firefox has an equivalent), you should then get a popup. – 404 Jan 29 '21 at 10:16

1 Answers1

0

I have found that Firefox does not offer the option to import a certificate if there are none already imported. But, after importing it and reloading the URL, it gives the option to select the client certificate I want to use.

Ion Ionascu
  • 552
  • 1
  • 4
  • 15