Hello,
I recently converted my PBX from a HTTP to HTTPS instance. On the same instance, I have FOP2 running on there. Prior to the change, FOP2 login screen or the /fop2 user console would popup rather quickly. After HTTPS was added, I've noticed that the login screen doesn't popup for a little bit. I see the timer counting up to about 8 before any login box pops up. Please advise any changes that need to be made to fix this issue.
Answered by admin
See post in contextAdd the proper ssl configuration in /usr/local/fop2/fop2.cfg, it should match whatever certs you have configured in your web server configuration:
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost.key