We have a web application built with Angular, express and mariadb, and we want to access it just by using the https protocol, we do not want the http protocol to be available
Asked
Active
Viewed 52 times
0
-
1I think https is set by the web server which hosts the application – Guntram Dec 17 '20 at 16:22
-
To help us better understand your use case and suggest the best fit with Jelastic, we need to provide a topology of your environment with the stack version in use. Perhaps the solutions that are provided here https://www.npmjs.com/package/express-https-redirect and here https://www.npmjs.com/package/express-http-to-https will suit you. – Virtuozzo Dec 18 '20 at 11:52