Hi all,
I am trying to configure a test env with an Apache HTTP Server and an
Oracle Weblogic 12c Cluster. The configuration is:
Apache HTTP Server: 192.168.0.149
Weblogic Cluster..: 192.168.0.129 (2 Clustered Managed Servers in
the same server for testing purposes).
The configurati
Also, the RSA key files were generated with the following command:
$ sudo openssl req -x509 -nodes -days 730 -newkey "rsa:512" -subj
'/C=US/ST=WA/L=Sea/O=Company Inc/OU=my-team' -keyout
/etc/ssl/private/test1.cert.key -out /etc/ssl/certs/test1.cert.pem
There were no apparent problems.
On Tue,
I'm unable to simply enable SSL for a VirtualHost using a very simple
configuration.
I'm recently upgraded Ubuntu 12 to Ubuntu 14. apache was upgraded from 2.2
to 2.4.7 . I've checked the 2.4 docs for 2.2.->2.4 changes and reviewed my
configuration scripts in depth.
I can create an unencrypted V