tia tia® Viewer Core supports HTTP or HTTPS communication. It is not possible to have both at the same time.
...
Add to environment variables:
Code Block |
---|
-e SERVER_SSL_KEY-STORE-TYPEKEYSTORETYPE:PKCS12 -e SERVER_SSL_KEY-STOREKEYSTORE:/application/kgs.p12 -e SERVER.SSL.KEY-STORE-PASSWORD_KEYSTOREPASSWORD:test1234 -e SERVER_SSL_KEY-ALIASKEYALIAS:kgs -e SERVER_SSL_ENABLED:true |
...