No, haproxy was not started. It was complaining about my server.pem file. I had 
edited the /usr/local/pf/conf/httpd.conf.d/ssl-certificates.conf with:

SSLCertificateFile %%install_dir%%/conf/ssl/server.pem
SSLCertificateKeyFile %%install_dir%%/conf/ssl/server.key
SSLCertificateChainFile %%install_dir%%/conf/ssl/fullchain.pem

The server.pem file did not contain the private key as that was a separate 
file. It seems that the haproxy configuration doesn't use this file for 
building the apache config for it. Or it ignores the SSLCertificateKeyFile line 
for some reason. The admin UI worked just fine with the configuration like that.

I removed the SSLCertificateKeyFile line and merged server.key into server.pem 
and now the portal works.

Thank you.

_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to