Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-14 Thread casuser
proxy_set_header X-Forwarded-Proto $scheme; > > > > I wonder if you need to try something similar in your setup. > > > > Doug > > > > *From:* cas-...@apereo.org [mailto:cas-...@apereo.org] *On Behalf Of * > casuser > *Sent:* Thursday, December 14, 2017

RE: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-14 Thread Doug Campbell
5:14 PM To: CAS Community Subject: Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP? Yes Right now I have : cas.server.name: http://localhost:8080 cas.server.prefix: http://localhost:8080/cas in the cas.properties. FAZLA On Thursday, December 14, 2017 at

Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-14 Thread casuser
* cas-...@apereo.org [mailto:cas-...@apereo.org > ] *On Behalf Of *casuser > *Sent:* Thursday, December 14, 2017 3:54 PM > *To:* CAS Community > *Subject:* Re: [cas-user] CAS 5.2.0 How to configure cas in that way so > that it listen to HTTP? > > > > Thanks Doug fo

RE: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-14 Thread Doug Campbell
@apereo.org] On Behalf Of casuser Sent: Thursday, December 14, 2017 3:54 PM To: CAS Community Subject: Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP? Thanks Doug for the reply, I have tried this configuration but I am still getting the same warning "You

Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-13 Thread casuser
Thank you for the recommendation. Currently this is the existing system we have. We will try to follow your recommendation but for that we need some time, Right now if there is a way to configure CAS server to listen to HTTP? On Thursday, December 14, 2017 at 3:37:35 PM UTC+8, robertoschwald wro

Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-13 Thread casuser
ereo.org > ] *On Behalf Of *casuser > *Sent:* Thursday, December 14, 2017 3:13 PM > *To:* CAS Community > *Subject:* Re: [cas-user] CAS 5.2.0 How to configure cas in that way so > that it listen to HTTP? > > > > Thank you Cristina, > > Actually what I meant w

Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-13 Thread Robert Oschwald
I strongly recommend to not use the approach you try to configure. Connection between the LB and CAS Servers should be encrypted as well. > Am 14.12.2017 um 08:13 schrieb casuser : > > Thank you Cristina, > > Actually what I meant was lets say https://example.com will go to a load > balancer

RE: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-13 Thread Doug Campbell
listen for non-SSL traffic on port 8080 server.port=8080 server.ssl.enabled=false Doug From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of casuser Sent: Thursday, December 14, 2017 3:13 PM To: CAS Community Subject: Re: [cas-user] CAS 5.2.0 How to configure cas in that way so

Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-13 Thread casuser
Thank you Cristina, Actually what I meant was lets say https://example.com will go to a load balancer and it will check the ssl and provide the ssl certificate then it will go to CAS. I want to configure CAS in a way so that it doesn't need to check for the ssl because from the load balancer th

Re: [cas-user] CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-13 Thread Cristina Vlaicu
Hello, I had configured https on the application server. I had nothing to configure in CAS properties. Thank you, Cristina On Dec 14, 2017 6:51 AM, "casuser" wrote: There is a load balancer in between the user and the CAS . The load balancer will check allow the SSL certificate. But from th