I am proxying APE with NGINX and using a wildcard certificate for the server, but the issue is that APE requires multi-level domains. For example I have the following setup:
APE_JSP --> https://test.example.com APE Server --> apetest.example.com The issue comes when requests are made that are 1.apetest.example.com. Because the wildcard cert only works for one level under example.com the client app does not trust the URL and the system breaks. How have people gotten around this issue? Is there a way to hyphenate the request so it would look like 1- apetest.example.com? -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
