For my REST requests, I am using certificates to connect to a backend Liberty web server. I get prompted with a list of acceptable certificates, and I select one. This works fine. I can do my work.
I logoff from the server because I want to use a different certificate (which gives me different authority) However I automatically get reconnected to the site using the previous certificate, I do not get the list of available certificates presented to me. The only way I have found of doing it is to close down the browser, and restart it. I think the sessionid is being sent up, and reused.
Can I get this to work? It may just be a browser setting, or I may need to change the backend. Ive tried closing the socket, and session.invalidate().
I think this is the opposite of most problems where people do not want to get prompted for the certificate