This is not server so you cant connect to your application, but you can connect to other services by https from your application, eg curl.
So i dont understand what do you mean about enable https, you need to read help, there are nearly everything.
when you use a complied files it uses the protocol http://hserver/…
can you change this to https://hserver/…
so you can use secure pages inside the application for connection to a database
As servage said, the protocol used is not a real server. What security do you exactly need? Storing your database login info in the application is not really safe, as explained in the documentation.