Prasanth P
Prasanth P

Reputation: 715

Error while uploading catalog product images in magento

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

Upvotes: 0

Views: 1930

Answers (2)

ANDiTKO
ANDiTKO

Reputation: 432

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.

Upvotes: 2

sulman
sulman

Reputation: 2461

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

suhosin.session.cryptua = off 

HTH

Upvotes: 0

Related Questions