From: Phil P. <pg...@pS...> - 2017-06-23 21:53:03
|
For CosignModule to work on Windows Server 2016, we've needed to disable HTTP/2 (aka SPDY). This registry change/addition with a reboot has worked for us: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters EnableHttp2Tls REG_DWORD 0 EnableHttp2Cleartext REG_DWORD 0 -Phil (Thanks for the find, Ron Rossman) |