Login to Dialer - SSL Error
Added by Linda Rossi about 6 years ago
GOAD v4 installed by ISO (correctly and succesfully), verified IP and FQDN in files
/var/www/html/php/goCRMAPISettings.php
/etc/kamailio/kamailio.cfg
/etc/kamailio/tls.cfg
/etc/rtpengine/rtpengine.conf
/etc/asterisk/sip-goautodial.conf
"Login to Dialer" make websock connection error "4443/' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID".
Replies (26)
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
Have you restarted Kamailio when you edited /etc/kamailio/tls.cfg for your FQDN SSL certificate?
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
yes! same result!
this my tls.cfg:
[server:default]
method = TLSv1
verify_certificate = no
require_certificate = no
private_key = /etc/pki/tls/private/localhost.key
certificate = /etc/pki/tls/certs/localhost.crt
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
Linda Rossi wrote:
"Login to Dialer" make websock connection error "4443/' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID".
Looks like your SSL certificate is not valid for your FQDN. Is this self generated? Have you tried reverting back to the default install and dialing from there?
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
i have followed the "GOautodial v4 Getting Started Guide", with custom FQDN and custom ip address, more than one time
but nothing!
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
Try doing it without your FQDN. Based from the error messages, that's where the problem lies. Afterwards, we can help you step by step on how to use your FQDN.
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
i have tried one more time with steps:
- install v4 iso (without OS update)
- custom only ip address
- create user
- create campaign
- create list
- agent login
but same result!
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
Can you post the contents of "goCRMsettings.php":
cat /var/www/html/php/goCRMsettings.php
Can you also post the screenshot of your webRTC settings page?
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
this my /var/www/html/php/goCRMsettings.php:
define ('gourl', 'https://192.168.0.31/goAPIv2');
define ('goUser', 'goAPI');
define ('responsetype', 'json');
?>
in attach, webrtc settings
RE: Login to Dialer - SSL Error
-
Added by Wittie Manansala about 6 years ago
Hi,
Try to check kamailio service.
service kamailio status
if its failed try to run this:
service kamailio restart
And try to login.
Thanks
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
kamailio is active (in attach)
RE: Login to Dialer - SSL Error
-
Added by Wittie Manansala about 6 years ago
Now try to create a new user or agent and try to login. If still an error please provide us asterisk CLI log.
Thanks
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
create "agent002" and login, but nothing
in attach, ERR_CERT_AUTHORITY_INVALID and asterisk CLI
cert_error.png (81.8 KB) cert_error.png | |||
asterisk_cli.png (35.4 KB) asterisk_cli.png |
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
Can you attach the following files?
/etc/kamailio/kamailio.cfg
/etc/kamailio/tls.cfg
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
in attach required files
kamailio_files.zip (11.1 KB) kamailio_files.zip |
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
Everything looks good on the config files. Not really sure why you're getting "4443/' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID".
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
is it only mine issue?!?! :-((
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
have you tried with your new recent iso installation?!
RE: Login to Dialer - SSL Error
-
Added by Demian Biscocho about 6 years ago
That's correct. We can't replicate the issue you're having even with a new install via ISO.
RE: Login to Dialer - SSL Error
-
Added by Linda Rossi about 6 years ago
solved! it's depend of antivirus, SSL/TLS control!
RE: Login to Dialer - SSL Error
-
Added by Levy Ryan Nolasco over 5 years ago
Fadi Masri wrote:
have the same issue
Have you tried the suggestions on previous post. Please elaborate more on your concern.
RE: Login to Dialer - SSL Error
-
Added by Nitesh Rana about 5 years ago
have you find any solution for this issue i am still facing the same issue.
RE: Login to Dialer - SSL Error
-
Added by Wittie Manansala about 5 years ago
Hi,
Please try a plain installation using this guide https://goautodial.org/projects/goautodialce/wiki/Goautodial_Getting_Started_Guidev4 or https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X.
after the installation try to login and make some test calls once its working then try to setup your SSL.
Thank you!