Once the HTTP website is changed to HTTPS processing

Source: Internet
Author: User
Today, the original website to do the certificate encryption processing, that is, HTTP conversion to HTTPS. After the configuration of Nginx found that the Web page opens some pages but also the HTTP protocol, which will cause HTTPS Web page can not load the content of HTTP. Tried the various configurations on the Internet, not all.
The final workaround is to modify the program code.
Original code:
<c:set var= "Ctxx"
Value= "${pagecontext.request.scheme}://${pagecontext.request.servername}:${pagecontext.request.serverport}${ PageContext.request.contextPath} "/>
Change to:
<c:set var= "Ctxx"
Value= "${pagecontext.request.contextpath}"/>
One is an absolute path and one is a relative path. The advantage of using a relative path is that the protocol can be automatically adapted. As a result, Tomcat and nginx do not need more special configuration to be able to use.

Once the HTTP website is changed to HTTPS processing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.