I'm in the middle of trying to implement APE server with SSL, so real-time updates can occur over a secure channel. Without SSL, this works perfectly. In order to get SSL working, APE documentation suggests using Stunnel. The documentation there is a bit unclear to me though. Some questions:
Has anyone here successfully configured APE with SSL? Did you use Stunnel? Do you have a sample stunnel configuration?
What is required to run ape over https/SSL? Wildcard certs? If so, how many certs? Is there any way to disable this wildcard requirement to reduce cost?
Thank you for your time!