I have a renderer setup that is basic. I am however, find it difficult to find any documentation on this.
How do I get Open Search Server to use HTTPS as opposed to HTTP for all it's connections and workings?
This has got me stumped, I can see it is using apache and tomcat in the backend, but I do not see any of the conf files I would expect.
I have been through all of the docs listed here: http://www.opensearchserver.com/documentation/README.md
So any help would be appreciated.
Thanks
OSS Newbie!
The basic setup for a java web application like OSS on a Windows server is to:
For step #2, you need to do the following steps:
Once you have a working IIS application that is forwarding all requests to OSS, you can then install an SSL certificate and add a binding to the IIS application for https using the certificate you installed.