Normally we are able to login with self signed certificate from localhost pointing to different server.
But during cypress end to end testing, this is failing with the
(uncaught exception)NotSupportedError: The user agent does not support public key credentials
Is there a cypress setting to configure and suppress this error.
This is observed mainly in chrome, chromium and electron environment but passing for firefox browser.
cypress : 13.3.0,
mac os sonoma: v14.4.1
chrome : 124.x
Working reference in firefox