1. SSL security

    Artikel: AN0002546Aktualisiert: 21.05.2024
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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"
×