Open fdcgsf opened 8 months ago
How do you enable TLS1.2 supprto when connecting to a TFS server using TEE from Eclipse?
You can set the system property com.microsoft.tfs.core.config.httpclient.sslsocketfactory.sslprotocol or the environment variable TF_SSL_PROTOCOL_NAME to TLSv1.2
com.microsoft.tfs.core.config.httpclient.sslsocketfactory.sslprotocol
TF_SSL_PROTOCOL_NAME
TLSv1.2
If both are unset, it defaults to TLS
TLS
How do you enable TLS1.2 supprto when connecting to a TFS server using TEE from Eclipse?