Magento: Unknown cipher in list: TLSv1 to install new extensions
downloader, try changing: $this->curlOption(CURLOPT_SSL_CIPHER_LIST, ‘TLSv1’); to $this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);
downloader, try changing: $this->curlOption(CURLOPT_SSL_CIPHER_LIST, ‘TLSv1’); to $this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);
It is weird situation that new order email is not sending properly from magento shopping cart. I have used sendgrid for mail sending most of case and never know about the queuing mechanism at Magento at all. And this this…
How to install the paypal payment at Magento; – go to System>Configuration>Payment Methods> Paypal Express checkout>Configure – Insert Paypal Email address that is for the paypal account and select the API Signature for the API Authentication Methods. For the remain…