Fop2 Over HTTPS
Hi,
We are using Fop2 on multiple servers on http but now want to use a SSL Cert for it. We have been using SSL Certs on our PBX for years but not for Fop2 as its never worked.
Here is some of our config:
In the file /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/httpd/pki/webserver.crt
ssl_certificate_key_file=/etc/httpd/pki/webserver.key
In the file /etc/httpd/conf.d/ssl.conf
SSLCertificateFile /etc/httpd/pki/webserver.crt
SSLCertificateKeyFile /etc/httpd/pki/webserver.key
This works: http://xxxx.xxxx.com:7866/fop2/
This doesnt work: https://xxxx.xxxx.com:10000/fop2/
But access to the server via https and port 10000 works: https://xxxx.xxxx.com:10000/
FreePBX version 14.0.13.28
Asterisk Version 13.18.4