How to Remove Port 8443 when login to CAS Service Managament

52 views
Skip to first unread message

Fahmi L. Ramdhani

unread,
Mar 22, 2019, 4:53:55 AM3/22/19
to CAS Community
Hello,

I am try to visit CAS Service Management in https://sso.example.com/cas-management. Site redirected to https://sso.example.com/cas/login?service=https://sso.example.com:8443/cas-management/manage.html for authenticate with CAS Server. Why does Service management direct URLs with Port 8443? How to remove the port when user visit https://sso.example.com/cas-management?

management.properties configuration is

cas.server.name = https://sso.example.com
cas
.server.prefix = ${cas.server.name}/cas


mgmt
.adminRoles[0] = ROLE_ADMIN
mgmt
.userPropertiesFile = file:/etc/cas/config/admusers-management.properties
mgmt
.serverName = https://sso.example.com


Thank you
Fahmi


Fahmi L. Ramdhani

unread,
Mar 24, 2019, 8:06:26 PM3/24/19
to CAS Community
Can anyone help?

Ray Bon

unread,
Mar 25, 2019, 12:08:21 PM3/25/19
to cas-...@apereo.org
Fahmi,

Could it be tomcat configuration that is causing this?

Ray
-- 
Ray Bon
Programmer analyst
Development Services, University Systems
2507218831 | CLE 019 | rb...@uvic.ca

Mailvaganam, Hari

unread,
Mar 25, 2019, 5:47:12 PM3/25/19
to cas-...@apereo.org

Perhaps something like the below – if using Tomcat -- ‘server.xml’ .

 

 <Connector port="8443" protocol="HTTP/1.1"

               connectionTimeout="20000"

               URIEncoding="UTF-8"

               server="Apache"

               address="127.0.0.1"

               maxThreads="150"

               proxyPort="443"

               proxyName="example.edu "

               scheme="https"

               secure="true"/>

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/de6a26aa-6f95-4b54-b9ed-25f27b649931%40apereo.org.

Reply all
Reply to author
Forward
0 new messages