> I changed the url for the service management page from > https://localhost:8443/sso/services/ to https://**.com/sso/services/ but when > I tried to access service management page using changed url I am getting > following exception > java.lang.RuntimeException: java.net.ConnectException: Connection refused
Wildcards are not supported for the service URL. You need an actual absolute URL for that parameter since it's used by Spring Security for ticket validation, as you can see from the stack trace. M -- 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
