I want to access http://localhost:8080/pentaho as a secure connection.
like
https://localhost:8080/pentaho
I am using bi-server-5.4 i tried to make changes in server.xml file
In connector i changed protocol="HTTP/1.1" to protocol="HTTPS/1.1"
after doing this changes server is not starting.
Note : i am using community version.