Enabling SSL in FESS

(from github.com/ECJansen)
I’m looking to enable SSL in FESS for the search page.
Where is the server.xml file located ? It’s not in the app/WEB-INF/conf directory.
Is there any documentation on enabling SSL ?

Thanks,
Eric

(from github.com/marevol)
https://github.com/codelibs/fess/issues/1162#issuecomment-315202848

(from github.com/ECJansen)
I assume that FESS is using Apache as part of the FESS package,
but where are the Apache configuration files within FESS ?
Where is the server.xml file located ?

Thanks,
Eric

(from github.com/marevol)
It’s not correct.
For example,

  1. Install Apache
  2. Install Fess
  3. Configure Apache’s files, such as httpd.conf, to use as a reverse proxy

(from github.com/ECJansen)
Ah. Will do. Thanks !

(from github.com/julianopcardoso)
I need to configure SSL/https in Fess.
For example https://<SERVER>:443/search and https://<SERVER>:443/admin .

How I do it?