How do I enable SSL Relay in nFuse 1.6?
There is a KB article for this. In a nutshell, add these lines to NFuse.conf: SessionField.NFuse_RelayServer=metaframe.company.com SessionField.NFuse_RelayServerPort=443 SessionField.NFuse_Transport=SSL SslKeystore=C:\\WINNT\\keystore\\cacerts where: metaframe.company.com is the fully-qualified domain name of the MetaFrame server running the SSL Relay, and also the name on that server`s server certificate 443 is the listening port of the SSL Relay C:\\WINNT\\keystore\\cacerts is the folder containing the CA (Root) certificate for the CA that produced the MetaFrame server`s server certificate After making these changes to nfuse.conf, restart all web services by typing iisreset.