开发者

how can i convert my grails application from http to https under Linux operating system?

how can i convert my grails application from http to https under Linux operating sy开发者_C百科stem


the configuration depends on what container you are running the application in your production environment. You should be deploying a war to your Production Server not doing a grails run-app -https

here is a stackoverflow question with a configuration for Tomcat.

I am certain you can google around and find proper configuration based on your application server


What do you mean by "convert"?

You can run the embedded tomcat with HTTPS enabled by adding -https to the run-app command:

grails run-app -https

If you want HTTPS enabled in production then you need to configure your app server to support it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜