cancel
Showing results for 
Search instead for 
Did you mean: 

[1.9.2.4] Extension Key install: Unknown cipher in list: TLSv1

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

[1.9.2.4] Extension Key install: Unknown cipher in list: TLSv1

i keep getting this error. I have done all i could find on this. but nothing seems to do anything.

below code should fix it but it does not.

//$this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1');$this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);

 Any new idea's ?

 

 

1 REPLY 1

Re: [1.9.2.4] Extension Key install: Unknown cipher in list: TLSv1

Got it!

 

adding the following helpt !

 

$https = false;

before line

$uriModified = $this->getModifiedUri($uri, $https);

in the same file!