Magento – SSL Error – Invalid or self-signed certificate for non https configuration

magento-1.9product-imagesssl

After many hours of googling and experimenting I have no ideas what else could be wrong.
When I try to upload product images I get:

SSL Error: Invalid or self-signed certificate.

  1. It's only visible while basic auth in .htaccess is enabled. Otherwise there is no (success/error) message and no "remove" button.

  2. I have disabled secure URL – it's the same as unsecure URL and set "Allow secure url in admin" to No.

  3. My max upload (in PHP) is set to quite big file size;

  4. Permissions are also set properly.

  5. I have disabled mod_ssl for apache (restarted after that of course);

  6. I have no configs for SSL in /sites-enabled/ files.

There is only problem with Flex Uploader (product images multi upload) and I have no idea how to debug this flex/flash upload.

Does anyone have any good ideas that allow me to fix this on test server (it's OVH).

Best Answer

I had the same problem with EI and Firefox but when I switched to Chrome all was ok. So I guess this could be browser incompatability.

Related Topic