Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, HTTPS is only supported after a job is deployed to Karaf
Set your endpoint to be relative and when the OSGi bundle is deployed to the Karaf service, it will prepend with the root path.
Example: "<my path>"
Becomes: "https://<myIp>:9000/services/<my path>"
Hi, HTTPS is only supported after a job is deployed to Karaf
Set your endpoint to be relative and when the OSGi bundle is deployed to the Karaf service, it will prepend with the root path.
Example: "<my path>"
Becomes: "https://<myIp>:9000/services/<my path>"
org.osgi.service.http.port = 8040
org.osgi.service.http.port.secure = 9000
org.osgi.service.http.secure.enabled=true