Hello, I'm using Jetty as restlet HTTP engine with SSL enabled and client's certificate auth. Probabaly it's more related to Jetty but is this possible to make server only ask for certificates only for certain URL.
I'm NOT USING needClientAuthentication, so certificate is not mandatory, but what i want is following - for certain resources still use HTTPS, but never let browser to ask for client's certificate. Only way i сan see now - is creating 2 HTTPS connectors and run 2 server sockets within restlet app. -- Regards, Evgeny Shepelyuk ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2384794

