| unbindsslvserver_policy |
Use this method to unbind policy from ssl vserver. |
Syntax |
Parameters |
vservername |
Name of the SSL virtual server. This is mandatory parameter. |
policyname |
Name of the SSL policy to unbind from the SSL virtual server. |
priority |
Priority of the NOPOLICY (built-in policy) to be unbound. Not required if you are unbinding a user-defined policy. Minimum value = 1. Maximum value = 2147483647. |
type |
Bind point to which to bind the policy. Possible Values: REQUEST, INTERCEPT_REQ, CLIENTHELLO_REQ and CLIENT_AUTH_VAL_REQ. These bindpoints mean:
1. REQUEST: Policy evaluation will be done at appplication above SSL. This bindpoint is default and is used for actions based on clientauth and client cert.
2. INTERCEPT_REQ: Policy evaluation will be done during SSL handshake to decide whether to intercept or not. Actions allowed with this type are: INTERCEPT, BYPASS and RESET.
3. CLIENTHELLO_REQ: Policy evaluation will be done during handling of Client Hello Request. Action allowed with this type is: RESET, FORWARD, PICKCACERTGRP and OCSPSTAPLING.
4. CLIENT_AUTH_VAL_REQ: Policy evaluation will be performed during the verification of the client certificate. Action allowed with this type is: OCSPCERTVALIDATION. Default value = NS_VS_REQ. Possible Values : INTERCEPT_REQ, REQUEST, CLIENTHELLO_REQ, CLIENT_AUTH_VAL. |
Return Value |
Returns simpleResult |
See Also |