RE: [module] SSL_manager [linux]
05-22-2015, 12:11 AM
(This post was last modified: 05-23-2015, 04:12 AM by elijahbate.)
(05-20-2015, 07:15 AM)HGreatorex Wrote: I've installed this and installed my cert, but still only my http connection works? When i put https at the front of the domain it says connection refused?
Hey HGreatorex
You need to add listen 443 to your httpd.conf
Then reload apache and your sweet
Now your http site will not redirect auto matically to the ssl one, thus same working directory/same site (unless you change it) but one http and one https
I am currently working on the SSL intergration into sentora core just a about done.
Elijah