fabric8io-images / s2i

OpenShift S2I images for Java and Karaf applications
Apache License 2.0
70 stars 84 forks source link

Cannot connect to Jolokia port using HTTPS #210

Open abkieling opened 5 years ago

abkieling commented 5 years ago

The OpenShift Java console connects to Jolokia using HTTPS but it failed because port 8778 doesn't seem to be available via HTTPS. When the app starts, it prints Agent started with URL http://172.17.0.7:8778/jolokia/. HTTP works fine.

Steps to reproduce: