You can configure SSL and non-SSL listen sockets for the same server instance. Restricting access based on security enables you to create protection for resources that should only be transmitted over a secure channel.
Access the Server Manager for the server instance.
On the Preferences tab, click the Administer Access Control link.
Select the entire server from the drop-down list in the Select A Resource section, and click Edit.
Create a rule allowing read and execute rights to all.
If a user wants to add, update, or delete a file or directory, this rule does not apply and the server searches for another rule that matches.
Create another rule denying write and delete rights to all.
Click the X link to create a customized expression.
Type ssl="on". For example:
user = "anyone" and ssl="on" |
Click Submit to save your changes.
Any errors in the custom expression produce an error message. Make corrections and submit again.