-
Suggestion
-
Resolution: Won't Fix
-
None
I was running through the following documentation for getting SSL working on JIRA 7.3 and noticed that in the section "Configuring your web server using the JIRA configuration tool" for Linux the "config.sh" edits the "conf/server.xml" file but incorrectly references a class name "org.apache.coyote.http11.Http11Protocol" for the "protocol". I believe it should be "org.apache.coyote.http11.Http11NioProtocol which is referenced in the command line section for editing the server.xml.
Reference Doc: https://confluence.atlassian.com/adminjiraserver073/running-jira-applications-over-ssl-or-https-861253906.html