SSL, Tomcat and Grails

前端 未结 2 1004
心在旅途
心在旅途 2020-12-02 21:28

I want to implement SSL in Grails. I cannot find the file /conf/server.xml in Grails folder structure. Has anyone implemented it?

Any help is much appreciated.

2条回答
  •  隐瞒了意图╮
    2020-12-02 21:53

    You can run grails run-app -https instead of grails run-app and it will create a self-signed certificate for you and run in SSL.

提交回复
热议问题