You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "svs (JIRA)" <ji...@apache.org> on 2018/01/31 17:41:00 UTC

[jira] [Comment Edited] (KARAF-5552) Kibana doesn't work when using https

    [ https://issues.apache.org/jira/browse/KARAF-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347244#comment-16347244 ] 

svs edited comment on KARAF-5552 at 1/31/18 5:40 PM:
-----------------------------------------------------

It is nice to see that it can work! But it does not work in our environment.

Our environment:
 # Windows 7;
 # Karaf 4.1.4;
 # Web client: Chrome;
 # 
{code:java}
karaf@root()> feature:install webconsole{code}

 # 
{code:java}
karaf@root()> feature:repo-add decanter 2.0.0-SNAPSHOT
Adding feature url mvn:org.apache.karaf.decanter/apache-karaf-decanter/2.0.0-SNAPSHOT/xml/features
karaf@root()> feature:install war
karaf@root()> feature:install kibana/4.1.2
karaf@root()> feature:install decanter-appender-elasticsearch-native-2.x
karaf@root()> feature:install decanter-collector-jmx
karaf@root()> feature:install decanter-collector-log{code}

 # The {{etc/org.ops4j.pax.web.cfg}} file looks like:
{code:java}
org.osgi.service.http.port=8181
org.osgi.service.http.port.secure=8443
org.osgi.service.http.secure.enabled=true
javax.servlet.context.tempdir=${karaf.data}/pax-web-jsp
org.ops4j.pax.web.config.file=${karaf.etc}/jetty.xml
org.apache.karaf.features.configKey = org.ops4j.pax.web
org.ops4j.pax.web.ssl.keystore=./etc/keystores/https_keystore
org.ops4j.pax.web.ssl.password=<OBF password1>
org.ops4j.pax.web.ssl.keypassword=<OBF password2>
{code}

 # See attachement: Apache Karaf Web Console - Bundles.png. No problem with Apache Karaf Web Console;
 # See attachement: Kibana 4.png. Problems with kibana.


was (Author: svs):
It is nice to see that it can work! But it does not work in our environment.

Our environment:
 # Windows 7;
 # Karaf 4.1.4;
 # Web client: Chrome;
 # 
{code:java}
karaf@root()> feature:install webconsole{code}

 # 
{code:java}
karaf@root()> feature:repo-add decanter 2.0.0-SNAPSHOT
Adding feature url mvn:org.apache.karaf.decanter/apache-karaf-decanter/2.0.0-SNAPSHOT/xml/features
karaf@root()> feature:install war
karaf@root()> feature:install kibana/4.1.2
karaf@root()> feature:install decanter-appender-elasticsearch-native-2.x
karaf@root()> feature:install decanter-collector-jmx
karaf@root()> feature:install decanter-collector-log{code}

 # The {{etc/org.ops4j.pax.web.cfg}} file looks like:
{code:java}
org.osgi.service.http.port=8181
org.osgi.service.http.port.secure=8443
org.osgi.service.http.secure.enabled=true
javax.servlet.context.tempdir=${karaf.data}/pax-web-jsp
org.ops4j.pax.web.config.file=${karaf.etc}/jetty.xml
org.apache.karaf.features.configKey = org.ops4j.pax.web
org.ops4j.pax.web.ssl.keystore=./etc/keystores/https_keystore
org.ops4j.pax.web.ssl.password=<OBF password1>
org.ops4j.pax.web.ssl.keypassword=<OBF password2>
{code}

 # See attachement: Apache Karaf Web Console - Bundles.png. No problem with Apache Karaf Web Console;
 # See attachement: Kibana 4.png. Problems with kibana.

> Kibana doesn't work when using https
> ------------------------------------
>
>                 Key: KARAF-5552
>                 URL: https://issues.apache.org/jira/browse/KARAF-5552
>             Project: Karaf
>          Issue Type: Bug
>          Components: decanter
>    Affects Versions: decanter-1.3.0, decanter-1.4.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: decanter-2.0.0
>
>         Attachments: Apache Karaf Web Console - Bundles.png, Kibana 4.png
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)