Hi, my CAS server (3.5.2) with support for RestFul API is behind Apache Reverse Proxy. CAS API works correctly when my tomcat configuration looks like this:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" proxyName="reverse.proxy.local" ex. $ lynx https://0.0.0.0:8443/cas/v1/tickets/ "The method specified in the request is not allowed for the resource identified by the request URI. (error code: 405)" and it's OK. But when I add proxyPort="443" to server.xml I get: "The server has not found anything matching the request URI (error code: 404)." Do you know what is the reason and how to solve this? It looks like I need to use proxyPort in my tomcat/reverseproxy setup, but then RestFul API doesnt work. /l -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
