配置Tomcat强制使用HTTPS

打开Tomcat安装目录中conf/web.xml文件,在最后面加上以下内容即可: <login-config>       <!-- Authorization setting for SSL -->       <auth-method>CLIENT-CERT</auth-method>       <realm-name>Client Cert Users-only Area</realm-
相关文章
相关标签/搜索