- Posts: 5
- Thank you received: 0
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterap
- Egon Schulz
- Topic Author
- Offline
- New Member
Less
More
5 years 1 month ago #129343
by Egon Schulz
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterap was created by Egon Schulz
Hi,
Use Version 3.2.9. with Joomla 3.8.
Try to open the Joomla backend i got the error
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterapi.com:443
In your article
www.joomdonation.com/forum/search.html?q...&childforums=1&ids=1
titled "EShop version 3.2.5 released" you wrote
"As you may knew, EShop is using free API service from free.currencyconverterapi.com/ to update currency rates automatically. They require API Key to use now. It is also Free. If your store supports multiple currencies, then let's update it to 3.2.5 now..."
So is it possible that your component seems to cause the error?
Use Version 3.2.9. with Joomla 3.8.
Try to open the Joomla backend i got the error
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterapi.com:443
In your article
www.joomdonation.com/forum/search.html?q...&childforums=1&ids=1
titled "EShop version 3.2.5 released" you wrote
"As you may knew, EShop is using free API service from free.currencyconverterapi.com/ to update currency rates automatically. They require API Key to use now. It is also Free. If your store supports multiple currencies, then let's update it to 3.2.5 now..."
So is it possible that your component seems to cause the error?
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
5 years 1 month ago #129391
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterap
Hello Egon,
Please submit a new ticket to EShop category to send me the super admin account to your site so I can help you to check and resolve the issue.
Hope to hear back from you soon.
Sincerely, Giang
Please submit a new ticket to EShop category to send me the super admin account to your site so I can help you to check and resolve the issue.
Hope to hear back from you soon.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Egon Schulz
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
5 years 1 week ago - 5 years 1 week ago #130300
by Egon Schulz
Replied by Egon Schulz on topic OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterap
Wrong category
It seems Joom Donation 5.5.0 causes the error.
Component uses "Free Currency Converter API" which only supports https protocol
i made the following change in "\components\com_jdonation\controller\controller.php" to solve the problem.
It seems Joom Donation 5.5.0 causes the error.
Component uses "Free Currency Converter API" which only supports https protocol
i made the following change in "\components\com_jdonation\controller\controller.php" to solve the problem.
Code:
static function convertCurrency(){
..
$http = JHttpFactory::getHttp();
$url = 'https://free.currencyconverterapi.com/api/v5/convert?q='.$cur_from.'_'.$cur_to.'&compact=ultra'.'&apiKey='.$apiKey;
$response = $http->get($url);
..}
Last edit: 5 years 1 week ago by Egon Schulz.
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
5 years 1 week ago #130356
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to free.currencyconverterap
Hello Egon,
That's great!
Sincerely, Giang
That's great!
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.