I have followed the instructions here: https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-us/administration/Default.htm#../Subsystems/LFAdmin/Content/Using_SSL_TLS.htm
But when I attempt to connect with the client, I get the error "No Response Received from the Server [780]"
- I have a certificate installed on the laserfiche server Certificates (Local Computer)\Personal\Certificates.
- It was issued by a trusted root certification authority to the FQDN of my server. That authority is also a trusted root certification authority on the client machine.
- I specified the ssl port in HKLM\Software\Laserfiche\Engine\8.0\HttpServ\SSLPort
- I ran netsh http add sslcert ipport=0.0.0.0:443 certhash=MYCERTHASH appid={00112233-4455-6677-8899-AABBCCDDEEFF}
- I restarted the Laserfiche Server Service
- When I attach the repository from the client I get "No Response Received from the Server"
I'm out of ideas troubleshooting this,
Thanks for any help!
EDIT: This is Laserfiche Server version 9.1.1.545
EDIT 2: I linked documentation for Laserfiche 10 because the documentation for 9.1 uses httpcfg to create the configuration record. Httpcfg is obsolete and replaced by similar functionality in netsh described in the documentation I linked.