How to Remove SSL Authentication
Secure Sockets Layer, or SSL, authentication is a feature of Microsoft Windows Server's Internet Information Services, or IIS, software application. Sites in IIS can be configured to serve documents securely using encryption based on the SSL protocol to help protective sensitive data. You can remove SSL authentication requirements from your site by disabling the SSL authentication protocol from the system's command line.
Instructions
-
-
1
Click the "Start" button and type "command prompt," then press "Shift" and "Enter" to open the program with administrative permissions.
-
2
Type "appcmd set config "site" /section: access /sslFlags:None /commit:APPHOST" and press "Enter." Replace "site" with the domain name of the site you are removing SSL authentication for inside the command prompt window.
-
-
3
Restart IIS to apply the changes. Type "iisreset" in the command prompt window and press "Enter."
-
1