In my Jelastic environment, I would like to disable built-in SSL. Through the Jelastic dashboard, it boils down to clicking on this:
and then switching it off by clicking the "on" button:
I am looking for the way to disable it through the Jelastic API. I tried to call the following methods, without success:
- jelastic.environment.binder.DisableSSL
- jelastic.environment.binder.DeleteSSL
Those two methods either do nothing or return the following error:
SSL certificate isn't bound inside container
How can I achieve what I want?


I think the only way is to set
sslstatevia changeTopology - but beware that you need to pass the whole environment topology perfectly matched to its existing state (node composition and cloudlets etc) to avoid any unwanted changes!See network tab in browser devtools when performing this step via the dashboard for a full example.
Anything that you omit will be removed...