Jump to content

Recommended Posts

Hi @Rafael Mattos,

MARS server applications can be deployed in several ways. 

You can go for the ones relying on Webbroker (standalone indy server) and configure SSL there. Otherwise you can go for apache module/iis ISAPI and let the web server handle encryption. 

Last, if you are brave enough, you may try new Delphi Cross Socket integration (develop branch) and have SSL implemented that way. 

 

I tend to leave the REST server http only and ads a reverse-proxy apache instance in front of it, implementing https there (easy, well documented, reliable). 

 

Sincerely, 

Andrea

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×