How to enable HTTPS on ePMP, PMP and cnPilot devices?

Summary:

This article demonstrate on how to enable HTTPS on PMP, ePMP and cnPilot devices using cloud cn-Maestro version 2.2.0-r3/r7 releases.

Cause:       

For more security reasons we have added https redirection from the cnMaestro and disabled http access. This would affect the cloud account running 2.2.0-R3/R7 and if https is disabled on the devices.

Solution:

Make use of the new templates/AP Group to push to all the devices based on type of the model.

-          For PMP, use the below templates and this would help you to enable both HTTP and HTTPS.

                Common template for both PMP AP and SM:

                           {  

                                "userParameters": {

                                                "networkConfig": {

                                                                "webAccess": 2

                                                                }

                                                }

                             }


- For ePMP, use the below template and this would help you to enable only HTTPS not HTTP.

               
   Common template for both ePMP AP and SM:

                            {

                                "device_props": {

                                                "webService":   "2"

                                                }

                          }

- For cnPilot devices use the AP Group as stated below:

For E-Series:

Navigate to Configurations > WLANS and AP Groups > Select your AP group > Configuration > Management > Enable HTTPS and Click on “Save” button.

For R-Series:

Navigate to Configurations > WLANS and AP Groups > Select your AP group > Configuration > Management  > Web Access > Web Access Protocol > Select  HTTP and HTTPS and then click on “Save” button


I hope this helps. 


1 Like