Hi,I have a situation where I want to use SSL to encrypt traffic through an API, but I also have part of that API where I want to authenticate users using client certificates. I know that I can setup a tornado server to handle client certificates in general, but is it possible to make them URI specific?-Josh
-- Andrew