Connect Server General
HTTPS, SSL, TLS:
...
I want a secure connection between Connect Server and client (browser). What do I have to do?
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?
...
In general, the operation of the Connect Server should be possible on all operating systems for which .NET 6 is available. This also applies to macOS. However, we are currently only testing on Windows and various Linux distributions.
Use of MS SQL database
Which collation should be used?
In our Galileo-internal systems we use "Latin1_General_CI_AS".
In general, however, all collations should work, as the communication with the database runs exclusively via Unicode and the sorting is always done by the C# coding of Connect.
However, if you can decide, use: "Latin1_General_CI_AS".
Problems and solutions
A list of known problems and their solutions can be found at the following link:
...