<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSL Help Please in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353817#M119923</link>
    <description>Turns out I did not import the private key in the keystore.&lt;BR /&gt;&lt;BR /&gt;I ended up with:&lt;BR /&gt;openssl pkcs12 -export -inkey privkey.pem -in fullchain.pem -name push -out push.p12&lt;BR /&gt;&lt;BR /&gt;keytool -importkeystore -srckeystore push.p12 -srcstoretype pkcs12 -destkeystore push.jks&lt;BR /&gt;&lt;BR /&gt;After that, it worked. However, I am still trying to figure out how to get my REST service is HTTPS enabled.</description>
    <pubDate>Mon, 12 Feb 2018 18:22:23 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2018-02-12T18:22:23Z</dc:date>
    <item>
      <title>SSL Help Please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353816#M119922</link>
      <description>&lt;P&gt;Hello:&lt;BR /&gt;I generated a new SSL certificate from CA. It was delievered as .pem file. I converted it to .der file (so that it can be imported into jks)&lt;/P&gt;
&lt;PRE&gt;openssl x509 -outform der -in mycertificate.pem -out mycertificate.der&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I used following command to import the certificate into a new keystore:&lt;/P&gt;
&lt;PRE&gt;keytool -import -alias push -keystore mykeystore.jks -file mycertificate.der&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;When I see the contents of the jks file, I see my imported certificate correctly:&lt;/P&gt;
&lt;PRE&gt;keytool -keystore mykeystore.jks -list&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Now, I edited the &amp;lt;karaf container&amp;gt;/etc/org.ops4j.pax.web.cfg&lt;/P&gt;
&lt;PRE&gt;org.osgi.service.http.port=8040
org.osgi.service.http.port.secure=9001
org.osgi.service.http.secure.enabled=true
org.ops4j.pax.web.ssl.keystore=/path_to_mykeystore.jks
org.ops4j.pax.web.ssl.keypassword=&amp;lt;my keystore password&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I restarted the container. When I am accessing the web console at:&lt;BR /&gt;https://&amp;lt;mydomain&amp;gt;:9001/system/console nothing shows up. I see that 9001 port is not listening on my side. What am I doing wrong here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I am not seeing any logs in Runtime container logs.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353816#M119922</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T08:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Help Please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353817#M119923</link>
      <description>Turns out I did not import the private key in the keystore.&lt;BR /&gt;&lt;BR /&gt;I ended up with:&lt;BR /&gt;openssl pkcs12 -export -inkey privkey.pem -in fullchain.pem -name push -out push.p12&lt;BR /&gt;&lt;BR /&gt;keytool -importkeystore -srckeystore push.p12 -srcstoretype pkcs12 -destkeystore push.jks&lt;BR /&gt;&lt;BR /&gt;After that, it worked. However, I am still trying to figure out how to get my REST service is HTTPS enabled.</description>
      <pubDate>Mon, 12 Feb 2018 18:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353817#M119923</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-02-12T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Help Please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353818#M119924</link>
      <description>&lt;P&gt;Hi @Calvin Plumberg​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd strongly suggest using an Open Source app "KeyStore Explorer" that makes it all so much easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 09:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SSL-Help-Please/m-p/2353818#M119924</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2020-09-22T09:16:32Z</dc:date>
    </item>
  </channel>
</rss>

