1. SSL security

    Article: AN0002546Updated: 21.05.2024

    In order to provide SSL security take the following steps:

    1. Set a new binding in MS IIS:
      • Type: https
      • Host name corresponding with the certificate
      • Select certificate
    2. Set up in web.config file:
      • In the element weburl set the new address (https)
      • If you use Forms autentization, set the parameter requireSSL="true"
×