Why does google chrome prompts to “select a certif

2020-06-17 14:52发布

I have an application running in a tomcat server which is behind a NginX which has a proper certificate. When I try to access this app using Chrome in Mac OS X, I get the "select a certificate to authenticate yourself" pop-up in the browser.

I want to avoid this. To do it, I need to know why this occurs. Can someone explain why this is happening?

1条回答
可以哭但决不认输i
2楼-- · 2020-06-17 15:35

That's because your Tomcat server requires TLS client authentication to established the connection. You should change the Tomcat server configuration to disable TLS client authentication.

查看更多
登录 后发表回答