How to enable both TLS1.2 and TLS1.3 in Windchill with Windchill Authentication
hello.
When applying Windchill Authentication in Thingworx Navigate,
Windchill's TLS version needs to be set to 1.2 for the Odata Connector and Swagger Connector to function.
However, Windchill interfaces with other systems where only allowing TLS1.2 is not feasible. Is there a way to allow both TLS1.2 and TLS1.3 in Apache HTTP Server and ensure Thingworx Navigate's connectors also work?
I tried the following configuration, but it resulted in a handshake error on the Apache server.
SSLProtocol -all +TLSv1.2 +TLSv1.3
SSLProxyProtocol -all +TLSv1.2 +TLSv1.3

