When HTTPS accesses a website, the data transmitted by the server and client is encrypted and not intercepted, which is much safer than the normal HTTP protocol. Next I will introduce the SSL Configuration Under iis6.0 to achieve HTTPS access. Detailed process description.
1. Go to website properties, Select Directory Security, and click server certificate to configure the certificate:
2. Create a certificate. you can apply for a free certificate here and click continue to apply.
3. After Entering the basic information of the server, enter the content in certreq.txt on the C drive.
4. view the email and download the certificate using the Business ID and password.
5. Continue to configure the certificate under IIS, go to the Directory Security of website properties, and click server certificate.
6. Enable SSL, go to website properties, Set Directory Security, and click Edit.
7. After the certificate is successfully installed, you can enter https: // 192.168.4.173.
The security certificate used in this experiment is free of charge, and many SSL certificates are charged. In the submitted email, it is an email for this domain name, however, the certificate application process is similar. In general, the website does not use https://testca.netca.net to apply for SSL digital certificate, but here provides a free certificate, can be used for experiments.