Related to my earlier question, has anyone installed the Tessitura Service, Services Dashboard on a Windows 2016 box? Is there something I'm missing with TLS? When I go to Services Dashboard, the probes for Tessitura Service all fail. Now if I use the Rest Client on the Tessitura Service site I get an error of "The underlying connection was closed: An unexpected error occurred on a send." but if I use the REST client with Firefox I can successfully connect and get data back. Further, if I point the first Probe_Id at another test environment I get a connection (even if that other server is 2016), but pointing at itself, it fails. I've even moved the cert to a different server and that was fine. Really confused? Thanks.
I've been running the app server on 2016 for almost 2 years and I don't recall any issues with connectivity.
How are you attempting to browse the Services Dashboard? Are you using SSL connection with valid cert?
Todd T
John,
I have experienced similar errors in the past.
Any firewalls in between client & server? Is the windows firewall active on the 2016 server? If so, have you tried testing with it off?
Hi John,
That error certainly sounds like a TLS thing. We had a hell of a time with it a while back, and if I remember correctly it was a RAMP upgrade that set our API servers to not accept old TLS versions. Since we were on RAMP all of the Tessitura stuff was fine, but a locally hosted web app server was failing. Finding the configuration settings in the registry to get our servers (mostly 2012, I believe) to default to the right TLS version for .Net apps was extremely non-trivial. Firefox would naturally work with the right TLS level, so that also fits the pattern. I can't remember if I hacked this problem out on the forums or the developer Slack channel.
--Gawain
Slack channel. I dug up this link:
https://stackoverflow.com/questions/45382254/update-net-web-service-to-use-tls-1-2/45441341#45441341
But also you need to find and set this key: SchUseStrongCrypto
If you haven't already - review the following reg keys and compare them between the working and non-working servers:
HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Protocols
Hi
I've used IISCrypto with some success in the past - https://www.nartac.com/Products/IISCrypto
Removes the pain of playing with the registry.
Alan Stratton