Good morning,
I am relatively new to working with the Bitnami environment, so please forgive what may seem an obvious question.
I'm currently working with a relatively small Java application, and as part of that chose to implement the JBoss AMI on AWS. This application will also, on request, need to pull content from a CMS, which I was hoping to install on the same AWS instance.
However, I'm running into an issue when trying to add PHP (for the CMS) to this particular instance using the --with-openssl configuration option. This is looking like it may be due to OpenSSL v1.0.1c having been built without SSLv2 support. (At least as far as I've been able to uncover so far.)
The questions I'm looking to answer are: 1) Am I correct in by current interpretation that OpenSSL is configured in this manner? 2) Is there a way to combine PHP and JBoss using Bitnami Stacks/Modules on AWS? (I just ran across a link on this on the Bitnami site, but seem to have misplaced it among my sea of Tabs...)
Thanks in advance for the Community's help!