IIS settings HTTP to HTTPS pages automatically jump

IIS settings HTTP to HTTPS pages automatically jump

From the perspective of network security, HTTPS encryption protocol and therefore is supported by many network giants, more and more sites begin the transition to http https site, but many have been deployed SSL certificate when the site is accessed client, and not jump to HTTPS protocol, the article describes the version of IIS automatically converted to realize Http Https method.

Iis achieve Http automatically converted to the method described Https

Modify the following files: IIS6.0 path: C: \ WINDOWS \ Help \ iisHelp \ common \ 403-4.htm

IIS7.0 above Path: C: \ inetpub \ custerr \ zh-CN \ 403.htm

For the following

<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>

<html>

<head>

<Title> page must be viewed over a secure channel </ title>

<meta http-equiv=”Content-Type” content=”text/html; charset=GB2312″ />

</head>

<body>

<script type=”text/javascript”>

var url=window.location.href;

url=url.replace(“http:”,”https:”)

window.location.replace(url)

</script>

</body>

</html>

Notes: IIS6, the site properties - "Directory Security -" Editing the "Require secure channel (SSL)" check can be.

IIS7,8 in, SSL settings - "Put" requires SSL "check can be.

I hope more sites can be added to HTTPS team, to this end, the number of security era ( GDCA ) launched free SSL certificates to users, free of HTTPS solution for personal blog and other sites that require low security level, while the level of security required high user (such as corporate websites, electronic business platform ......) charges SSL certificates can choose the number of security era (GDCA) provides. GDCA (age security number) in addition to the letter issued by domestic self-owned Kam Yi TrustAUTH SSL certificates, and is internationally renowned brands: Globalsign , the Symantec , GeoTrust SSL Certificates domestic gold dealers meet a variety of user requirements for SSL, according to the majority of users GDCA own needs to apply the appropriate SSL certificate, GDCA team of professionals will provide you with the best solution for HTTPS.

  "" Free SSL certificate request entrance: https://certmall.trustauth.cn/Free


Guess you like

Origin blog.51cto.com/14588847/2446893