https

application

Configures the HTTPS parameter type, attribute type, match criteria for the HTTPS server name and 64 character maximum server name attribute used in the HTTPS server message exchange

Supported on the following WiNG 7.1.2 APs:

  • Access Points — AP505i, AP510i/e, AP560i/h

Syntax

https server-cert common-name [contains|ends-with] <WORD>

Parameters

https server-cert common-name [contains|ends-with] <WORD>
https server-cert Configures the HTTPS parameter type as server certificate
common-name [contains|ends-with] <WORD> Configures the HTTPS attribute match criteria as common name. This is the only option applicable when the HTTPS parameter type is set to server-cert. Use one of the following options to provide the common-name attribute value used as the match criteria:
  • contains – Filters applications having common-name attributes containing the string specified here
  • ends-with – Filters applications ending with the string specified here
    • <WORD> – Specify the string to match (should not exceed 64 characters).

Examples

nx9500-6C8809(config-application-Bing)#https server-cert common-name exact bing.com
nx9500-6C8809(config-application-Bing)#show context
application Bing
 description "Bing is Microsoft's web search engine"
 app-category streaming
 https server-cert common-name exact bing.com
nx9500-6C8809(config-application-Bing)#

Related Commands

no Removes the HTTPS common-name attribute value configured with this application category