Skip to content

Commit c438008

Browse files
committed
update https
1 parent c97124a commit c438008

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

rootfs/etc/cas/config/cas.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ server.maxHttpHeaderSize=2097152
2323
server.useForwardHeaders=true
2424
server.connectionTimeout=20000
2525

26-
cas.server.name=https://host.docker.internal:8443
27-
cas.server.prefix=https://host.docker.internal:8443/cas
26+
cas.server.name=http://host.docker.internal:8443
27+
cas.server.prefix=http://host.docker.internal:8443/cas
2828

2929
cas.server.tomcat.httpProxy.httpServerUrl=http://host.docker.internal:8080/cas
3030

rootfs/etc/cas/services/test.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"@class": "org.apereo.cas.services.RegexRegisteredService",
3+
"serviceId": "^(https?|imaps?|http?)://host.docker.internal:3000.*",
4+
"name": "wiki",
5+
"id": 1675427745
6+
}

0 commit comments

Comments
 (0)