Attachments are not working after SSL configuration
We have upgraded Agile from 9312 to 935 and did SSL configuration both in app server and file manager. https://<host-name>:8443/Filemgr/Configuration shows all success and tomcat console 'Sucess' message comes up. But from web client/java client, when we try to retrieve or add new attachments, getting message as 'File server is not accessible.' Below is the error content of file manager logs:
13-Mar-2016 11:18:41.997 SEVERE [http-bio-8443-exec-4] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [AttachmentServlet] in context with path [/Filemgr] threw exception
java.lang.NullPointerException
at com.agile.webfs.components.controller.FilemanagerAuthFilter.doFilter(FilemanagerAuthFilter.java:167)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)