Hi,
I have a big problem with my program connecting to API. This program synch all Magento data (prices, qty, orders) with my billing program. Few days ago I have installed SSL on my Magento, everything works great, shop is secure and SSL works like a charm.
I'm facing problem with connecting to API using https:// as in external plugin i cant change link to connect with API (can't edit plugin- must stay http://domain.com/index.php/api/v2_soap).
When unsecure base URL in Magento shop is set to http:// everything works great, when i set to https:// i cant connect to API. Also i must remove redirects from my .htaccess file.
Please help as I'm facing this problem for a couple of days already and can't sleep.
How to force api to connect with http://
Any help is great!