Hi
I am running hawtio-app-2.7.1.jar locally and try to connect to secure spring boot app. this app contain 2 camel routes exposed via apache cxf endpoint.
my spring boot app starts on https port 4150.
When i create connection, I get belwo connection failed exception.

Whereas http works just file if i start the app without ssl enable.
Please help me.
I have below configuration in application.properties file
_______________________________________________________________________________________________
server.port=4150
#endpoints.metrics.enabled=true
camel.springboot.jmxEnabled=true
cxf.springboot.jmxEnabled=true
endpoints.jolokia.path=/jolokia
endpoints.jolokia.sensitive = false
########################################
# Tell Spring Security (if used) to require requests over HTTPS
security.require-ssl=true
_______________________________________________________________________________________________
Am i missing any other configuration.
Regards,
Robbins gupta