Browser prompting for certificate

Hi,

When I connect to a RODA resource from Chrome browser (from domain chronicleweb.com) I get:

2019-11-06_15-50-17

Is this a server function or from the RODA server? What is the best way to handle this? I don’t want my users having to navigate that prompt.

Thank,
Todd

Is this with a self-signed certificate or a proper/commercial/letsencrypt one?

EDIT: Removed my previous answer as it was incorrect. See below.

Thanks, logged as bugs://83504

This is a client-side issue. It seems that Chrome finds a client identification certificate on your workstation and is not completely sure what to do with it.

You need to remove this client identification certificate form Chrome cache (it is local to your workstation) if you do not use it for any sites.

  1. Click the button in the top right corner, then select Settings from the menu.
  2. Click the Show advanced settings link at the bottom of the page.
  3. Scroll down to HTTPS/SSL and click Manage certificates .
  4. Select the certificate or certificates to delete , then click Remove .
  5. Click Yes in the Certificates warning box.

bugs://83504 got closed with status fixed.