Hi, Talend Runtime has a default https configuration in the etc/org.ops4j.pax.web.cfg, org.osgi.service.http.port.secure=9001 org.osgi.service.http.secure.enabled=true org.ops4j.pax.web.ssl.keystore=${karaf.base}/etc/keystores/keystore.jks org.ops4j.pax.web.ssl.password=password org.ops4j.pax.web.ssl.keypassword=password the Service you deployed into Runtime can be accessed by both HTTP and HTTPS. you can change the port, keystore, etc .. in the configuration file. HTH
I'm not able to get Talend Runtime to support https out-of-box. I haven't changed any configurations or keys, but turned it one. Everything works well using http (rest services deployed and working), but not under https. I have even tried it using localhost. Any ideas?
Strange thing is that the service works work with https when I use SOAPUI, but not in the browser (e.g.: Chrome) In Chrome I get the error message ... This webpage is not available
Indeed that's normal procedure (assumed knowledge of PKI). Often it is suggested to use a proper SSL proxy (Apache HTTP, Nginx, F5, ..) to do the SSL offloading and SSL certificate management.