Captive Portal Customizations - SSL

From Social ID Developers
Jump to: navigation, search

Description

Wi-Fi vendors provide authentication services using HTTP, HTTPS or both protocols. The Wi-Fi Platform enables SSL automatically for supported vendors, like Cisco Meraki, that supports only HTTPS protocol.

For vendors that support both protocols you can enable SSL if there is a valid certificate configured in the controller. Use the trustSSL and untrustSSL to control which protocol the captive portal will use when vendors support both of them.

Default Values

The Wi-Fi Platform enables SSL automatically for vendors that include valid certificates by default.

Customization Example

Enable SSL for Mikrotik vendor:

<script>
  appConfig.customization = appConfig.customization || {};
  appConfig.customization.trustSSL = ['mikrotik'];
</script>

You can also disable SSL from a trusted vendor:

<script>
  appConfig.customization = appConfig.customization || {};
  appConfig.customization.untrustSSL = ['aruba_instant_on'];
</script>
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox