search

Home  >  Q&A  >  body text

java-web - java SSH框架怎么使用HTTPS加密?

java SSH框架怎么使用HTTPS加密?
除了tomcat配置外
java应用后台程序部分需要有啥程序代码?

PHPzPHPz2910 days ago508

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:36:32

    You can check out the solutions provided by manufacturers like Qiniu

    Very good, it seems you don’t know how to use search engines, then let me teach you:

    1. Open your browser and enter url: www.baidu.com

    2. Enter the keyword: https Qiniu

    3. Click on the first few to see

    You need an ssl certificate and configure it in your servlet container. The following is for reference only:

    • Get Tomcat’s SSL configuration in 5 minutes

    • SSL certificate generation method

    Finally, you should configure Spring and specify the https access path.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 10:36:32

    The background code does not need to be touched at all. Just add a layer of reverse proxy on the web server and implement https for the web server.

    reply
    0
  • Cancelreply