Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Connect Server General

HTTPS, SSL, TLS: Ich möchte eine sichere Verbindung zwischen Connect Server und Client (Browser). Was muss ich tun?

SSL und TLS werden von Connect unterstützt. Damit Daten zwischen Connect Server und Client abhörsicher übertragen werden können, muss HTTPS aktiviert werden. Hierfür wird ein Zertifikat benötigt. Das Zertifikat kann bei Drittanbietern beantragt werden oder selbst erstellt werden. Wenn das Zertifikat bereit ist, kann dieser wie hier beschrieben konfiguriert werden.

Connect supports SSL and TLS. HTTPS must be activated so that data can be transmitted securely between Connect Server and client. A certificate is required for this. The certificate can be requested from third-party providers, or you can create it yourself. When the certificate is ready, it can be configured as described here.

How do I create a server certificate to use HTTPS?

The procedure for this depends heavily on the infrastructure used. In general, the procedure is as follows:

  1. Generate the private key for the server

  2. Creation of a certificate request for the server

  3. Signing of the certificate request by a trusted certification authority

  4. Creation of the .pfx file

An example of this flow using OpenSSL:

...