I’ve installed a new version of Pydio 8 community from scratch on a centos 7. Everything seems to work fine but when I try to set up https it won’t work. I’ve created a vhost.conf file with the right parameters but when I try to connect I get a ERR_CONNECTION_REFUSED under chrome and nothing under firefox. I checked my iptables file and all is OK. I can reach the pydio website in http. Could you please help me as i’m starting to go mad with this. Thank you in advance
Hi,
to resume quickly you created another vhost file that uses port 443(the default https port), then you created your SSL certificates for your domain name or ip then you specified they path in your vhost file to this cert and key and then you enabled this config on apache2 ( i believe that you also have to enable the SSL mods on apache).
Hello zayn. That’s correct. I’ve indeed created a vhost file on port 443 and then given the paths to the certificates. I went to the config of the apache2 but not sure if I’ve enabled correctly the SSL mods. Could you be more specific on how to enable that in apache? Thanks
Sorry for the long time without reply. Holidays and then work problems. Anyways I’m back and I would really like to sort this out. I’m on centos and I already have what I need for ssl. I followed this procedure: HowTos/Https
but I think that I must be stucked at my paths or something. Anyways http still works but https doesn’t. Here is a preview of my vhost file: