Pentaho server with Apache2 Reverse Proxy(SSL at apache side) Basic auth indefinate login

564 views
Skip to first unread message

digitalbrain

unread,
Apr 20, 2018, 1:57:29 AM4/20/18
to Pentaho Community
Hello Community

Currently I am using Pentaho Server with 7.1 CE. I am implement reverse proxy on Apache2 with https.

Everything work perfect but when I was logout from PUS and after that I try to access Dashboard with Basic auth , login dailog keep asking login again and again.
default-ssl.conf
 Proxyrequests off
       
ProxyPreserveHost on
       
ProxyErrorOverride on
       
SSLProxyEngine On
       
RedirectMatch ^/$ http://pentaho.demo.com
       
ServerName pentaho.demo.com

       
#ProxyPassReverseCookiePath /pentaho/ /pentaho/
       
#ProxyPassReverseCookieDomain localhost pentaho.demo.com

       
<Location "/pentaho">    
       
ProxyPass "http://localhost:8009/pentaho"
       
ProxyPassReverse "https://localhost:8009/pentaho"
       
       
</Location>

        <Location "/
pentaho-style">
        ProxyPass "
http://localhost:80/pentaho-style"
       
ProxyPassReverse "http://localhost:8009/pentaho-style"
       
</Location>
       

Server.xlm



<Connector URIEncoding="UTF-8" port="8080" protocol="HTTP/1.1"
               
connectionTimeout="20000"
               
redirectPort="8443"
         
scheme="https" proxyName="pentaho.demo.com" proxyPort="443"/>
   
<Connector
 
URIEncoding="UTF-8" port="8009" protocol="AJP/1.3" redirectPort="8443"
scheme="https" proxyName="pentaho.demo.com" proxyPort="443"/>

Server.properties


fully
-qualified-server-url=https://pentaho.demo.com/pentaho/
locale
-language=
locale
-country=
pentahoObjectFactory
=org.pentaho.platform.web.http.context.WebSpringPentahoObjectFactory
pentahoObjectFactoryCfgFile
=pentahoObjects.spring.xml
encoding
=UTF-8


Pedro Vale

unread,
Apr 23, 2018, 11:27:22 AM4/23/18
to pentaho-...@googlegroups.com

Can you try this with Pentaho 8.0 ? I know there were some issues with ssl and apache reserve proxy in 7.1 – I can’t remember if we fixed them for 7.1 CE or only 7.1 EE. But they were definitely fixed for Pentaho 8 CE.

 

PEDRO VALE

VP Of Engineering for Pentaho Data Integration and Business Analytics Platform

Hitachi Vantara

/Users/pvale/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_1403412289

t: +351 214 870 076

e: pedro...@HitachiVantara.com

 

Taguspark - Av. Prof. Cavaco Silva, nº1 - Ed. Qualidade C2 3rd floor, 2740-296 Oeiras, Portugal

 

 

Follow Hitachi Vantara

www.HitachiVantara.com | community.HitachiVantara.com

 

/Users/pvale/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_320278100/Users/pvale/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_1347417122 /Users/pvale/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_478868195 /Users/pvale/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_1214530963

/Users/pvale/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_1490232879

--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pentaho-commun...@googlegroups.com.
To post to this group, send email to
pentaho-...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/pentaho-community/5e2dc572-5672-42f1-ad22-9bc9d097fd1c%40googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.

digitalbrain

unread,
Apr 24, 2018, 4:00:40 AM4/24/18
to Pentaho Community
Hello Pedro Vale, 

I tried with Pentaho 8 .0 Still getting same issue. 

To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-community+unsubscribe@googlegroups.com.
To post to this group, send email to
pentaho-community@googlegroups.com.


To view this discussion on the web visit

digitalbrain

unread,
May 1, 2018, 6:26:48 AM5/1/18
to Pentaho Community
Reply all
Reply to author
Forward
0 new messages