We are accessing our Identity Manager environment through http. Is there a way to disable http and use https?
Release : 14.x
For vApp HTTP over SSL is enabled by default:
WildFly HTTPS Listener and SSL Certificates
For a standalone application, you will need to enable it using your application server of choice.
Example Jboss 7.4:
How to Configure Server Security
Same for disabling http - you need to remove https listeners in the application server.
As for Connector Server Certificates: