[cas-user] Re: Unauthorized After Login

2019-12-05 Thread arti wavale
It is resolved. Thank you On Tuesday, September 25, 2018 at 4:57:16 PM UTC+5:30, Fahmi L. Ramdhani wrote: > > Hi all, It is resolved. > > casuser# mkdir /opt/tomcat/keystore > casuser# openssl pkcs12 -export -in /etc/letsencrypt/live/ > cas.domain.com/fullchain.pem -inkey

[cas-user] Re: Unauthorized After Login

2019-12-05 Thread arti wavale
can you share with apache side code. which service have you used and also how to create *cas.domain.com.**keystore* because I am also facing same error. Thank you. On Tuesday, September 25, 2018 at 4:57:16 PM UTC+5:30, Fahmi L. Ramdhani wrote: > > Hi all, It is resolved. > > casuser# mkdir

[cas-user] Re: Unauthorized After Login

2018-09-25 Thread Fahmi L. Ramdhani
Hi all, It is resolved. casuser# mkdir /opt/tomcat/keystore casuser# openssl pkcs12 -export -in /etc/letsencrypt/live/cas.domain.com/fullchain.pem -inkey /etc/letsencrypt/live/cas.domain.com/privkey.pem -out /opt/tomcat/keystore/cas.domain.com.p12 -password pass:changeit casuser# keytool

[cas-user] Re: Unauthorized After Login

2018-09-24 Thread Fahmi L. Ramdhani
It's disguised. Please try the actual url. Server: https://cas.sentrasoft.com:8443/cas/login Client: https://cas.sentrasoft.com/index.php Please help me if anyone can provide a solution. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

Re: [cas-user] Re: Unauthorized After Login

2018-09-24 Thread Ramakrishna G
https://cas.domain.com:8443/cas/serviceValidate Can you curl the above url and see what response you are getting? Check if the above url is accessible first? Along with apache logs can you also post cas server logs Sent from my iPhone > On 24-Sep-2018, at 6:41 PM, Fahmi L. Ramdhani >

[cas-user] Re: Unauthorized After Login

2018-09-24 Thread Fahmi L. Ramdhani
I don't know why wp-content is loaded, even though the web content is only index.php. There is no link that points to the wp-content. The following is apache web settings: ServerName cas.domain.com ServerAdmin ad...@domain.com

Re: [cas-user] Re: Unauthorized After Login

2018-09-24 Thread Fahmi L. Ramdhani
I don't know why wp-content is loaded, even though the web content is only index.php. There is no link that points to the wp-content. The following is apache web settings: ServerName cas.domain.com ServerAdmin ad...@domain.com

[cas-user] Re: Unauthorized After Login

2018-09-23 Thread Fahmi L. Ramdhani
*/var/log/apache2/error.log* [Sun Sep 23 06:19:08.233925 2018] [mpm_prefork:notice] [pid 10058] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations [Sun Sep 23 06:19:08.233996 2018] [core:notice] [pid 10058] AH00094: Command line: '/usr/sbin/apache2' [Sun Sep

[cas-user] Re: Unauthorized After Login

2018-09-23 Thread Fahmi L. Ramdhani
*/var/log/apache2/error.log* [Sun Sep 23 06:19:08.233925 2018] [mpm_prefork:notice] [pid 10058] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations [Sun Sep 23 06:19:08.233996 2018] [core:notice] [pid 10058] AH00094: Command line: '/usr/sbin/apache2' [Sun

Re: [cas-user] Re: Unauthorized After Login

2018-09-23 Thread David Curry
Using casuer/Mellon shouldn't make any difference. Try turning mod_auth_cas debug logging on (CASDebug on) and see what it tells you. Note that you also need to set the Apache logging level on the virtual host to Debug to see the logs. -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMATION SECURITY*

[cas-user] Re: Unauthorized After Login

2018-09-23 Thread Fahmi L. Ramdhani
I forgot to tell. I am logged in using the static cas user that is user: *casuser* and password: *Mellon*. Is there a problem from that? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: