hcengineering / huly-selfhost

Huly for Self Hosting
Eclipse Public License 2.0
215 stars 22 forks source link

How to setup SSL? #18

Open burakkaraceylan opened 5 days ago

burakkaraceylan commented 5 days ago

Hello,

Running the frontend behind SSL causes problems since other services are configured to use non-secure connections. Is there an easy way to set up SSL that I am missing or do I have to terminate SSL on nginx reverse proxy for every service?

Thanks,

MuktadirHassan commented 5 days ago

I've just finished setting up SSL for all the services. It was quite a hassle, especially with WebSockets. I couldn't figure out where the transactor URL came from and why it was parsing the URL and chopping off everything after the slash.

Anyways, I'll submit a pull request with the compose file, setup script and a guide. Hope, they accept it.

MuktadirHassan commented 5 days ago

@burakkaraceylan Here's a working version. #19 Let me know if you find any issues.

burakkaraceylan commented 5 days ago

That is great, thank you!