Flash Uploader and SSL
-
The flash uploader gives me “An error occurred in the upload. Please try again later.” I only get the error when I’m using SSL. I can upload the same files when I disable ssl.
I thought it might be the admin_ssl plugin, so I disabled that and the uploader worked. So, I then updated to 2.6.1 (was at 2.6 before upgrading), and changed my wp-config.php to include:
define(‘FORCE_SSL_ADMIN’, true);
define(‘FORCE_SSL_LOGIN’, true);
I still got the error after this. So I don’t think it matters if you’re using the admin_ssl plugin, or the wordpress built in ssl support.I did follow the directions in the sticky thread about the uploader and deleted the correct files, so I don’t think that’s it. I’ve also tried clearing my cache, using a new browser (tried firefox 3, and safari), new computer, etc. Still get the error.
Like I said, it only appears to be a problem with trying it over SSL. Once SSL is disabled the flash uploader works fine. I am using a self signed cert. Do I need to import my root ca some how?
Any other ideas? Thanks!
- The topic ‘Flash Uploader and SSL’ is closed to new replies.