Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am having issues while uploading images to catalog product images. while uploading image got back with error "SSL Error: Invalid or self-signed certificate" even site is not set to HTTPS URL.

SSL error while uploading images to product

But, admin secure url is set to "No" in AdminPanel>>System>>Configuration>>web settings.

How could i resolve this issue?. Please let me know, anyone have find solutions.

Thanks,

Prasanth P

share|improve this question

2 Answers

Try adding the following line to your php.ini file:

suhosin.session.cryptua = off 

HTH

share|improve this answer
i don't think, it is useful!!. I tried rename the image and upload. Its work. But don't know, what it is behind worked!!... – Prasanth P Aug 20 '12 at 8:59

Try the following:

  • Temporary disable your Antivirus and most importantly your Firewall.
  • Make sure the file you try to upload dose not contain special characters.
  • Try uploading it from another browser with extensions disabled. Or open firefox in safe mode or private browsing. Same if you using chrome or whatever.
  • Update your flash player. Or uninstall the old one and install a fresh copy from adobe.com
  • Try uploading from another computer

In my case was the firs one. The firewall was blocking the flash player.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.