FOP2 unable to connect (https)
I'm trying to use FOP2 on Issabel PBX. I've followed the instructions on https://www.fop2.com/docs/faq.php#IcannotconnecttoFOP2whileusingHTTPS/SSL however im still unable to connect, eventhough the certificate should be set correctly. Port 4445 is reachable.
Please advise
Answers
If you used cert.pem, change it to fullchain.pem, that is required for Letsencrypt certificates after October 1st 2021.
Faça a troca dos certificados SSL no meu caso ficou assim.
Configuração do FOP2 antes:
arquivo => vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost. Key
Arquivo SSL do apache:
vim /etc/httpd/conf.d/ssl.conf
SSLCertificateFile /etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
Configuração do FOP2 depois:
vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
ssl_certificate_key_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost.key
#
Ingles
Change the SSL certificates in my case it looked like this.
FOP2 configuration before:
file => vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost. Key
Apache SSL file:
vim /etc/httpd/conf.d/ssl.conf
SSLCertificateFile /etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
FOP2 configuration after:
vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
ssl_certificate_key_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost.key
+++++++++++++
Portugues
Faça a troca dos certificados SSL no meu caso ficou assim.
Configuração do FOP2 antes:
arquivo => vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost. Key
Arquivo SSL do apache:
vim /etc/httpd/conf.d/ssl.conf
SSLCertificateFile /etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
Configuração do FOP2 depois:
vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
ssl_certificate_key_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
+++++++++++++
Ingles
Change the SSL certificates in my case it looked like this.
FOP2 configuration before:
file => vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost. Key
Apache SSL file:
vim /etc/httpd/conf.d/ssl.conf
SSLCertificateFile /etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem
FOP2 configuration after:
vim /usr/local/fop2/fop2.cfg
ssl_certificate_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/cert.pem
ssl_certificate_key_file=/etc/letsencrypt/live/voz.rjksistemas.com.br/privkey.pem