How to develop https site with Spring 3.x?

后端 未结 4 1362
夕颜
夕颜 2021-01-02 14:40

I am a newbie in Spring based web development.

Our site is Spring based and is currently http based (so quite insecure). Since, the site is not live yet, we are send

4条回答
  •  星月不相逢
    2021-01-02 15:36

    As Dave says, you need to configure your container to serve SSL, and then deploy your spring app into that container. Learn about configuring Tomcat for SSL.

    Alternately, and more flexibly you can front your container using Apache, and enable SSL there.

提交回复
热议问题