Contact Page
Posted:
05 Jun 2016, 23:19
by sdo1web
After installing and made all settings, the contact us page gives the following warning "stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' after submitting the form. Can somebody help?
Re: Contact Page
Posted:
06 Jun 2016, 23:25
by sdo1web
Xpycm wrote:https://www.google.com/search?q=+OpenSSL+Error+messages:+error:14090086:SSL+routines:SSL3_GET_SERVER_CERTIFICATE:certificate+verify+failed
Dear Xpycm,
I had gone to the link above but I could not solve the problem. Most of the solution proffered are on development server. The site is already on production server. The site is
http://www.lawresteragency.com.ng. Please help.
Re: Contact Page
Posted:
10 Jun 2016, 08:51
by Xpycm
mmm ...
try to delete the line:
- Code: Select all
Yii::app()->clientScript->registerScriptFile('http://download.skype.com/share/skypebuttons/js/skypeCheck.js', CClientScript::POS_END);
from themes\[theme_name]\views\modules\contactform\views\widgetContactform.php file
Or change "http" scheme to "https" (
https://download.skype.com/share/skypeb ... peCheck.js)