I'm using repro SIP proxy, which supports various modes for client certficate authentication. As a simple test, I put the server in mandatory certificate verification mode.
However, when Chrome makes the websocket connection it does not prompt the user to select a certificate, it just drops the connection.
Is this a browser limitation or a problem in the websocket API?