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?