要使用 CM Server 强制将非 SSL 请求作为 SSL 请求处理:
<VirtualHost *:12080> ServerName yourservername RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://yourservername$1 [R] RewriteLogLevel 0 RewriteLog "C:\Program Files\IBM\RationalSDLC\common\IHS\logs\rewrite.log" </VirtualHost>
# include ssl information Include conf/ssl.conf