Rafael Mattos 3 Posted May 17, 2019 Hi, does MARS implement the HTTPS protocol? Share this post Link to post
Andrea Magni 75 Posted May 17, 2019 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
Rafael Mattos 3 Posted July 12, 2019 After a while ... Thanks for the reply @Andrea Magni. I think I'll follow your guidelines. 1 Share this post Link to post