by aaron44126 on WordPress.org
Turns off SSL for the Flash uploader when you have FORCE_SSL_ADMIN enabled, in case you are having trouble getting it to work ("IO Error").
Note: WordPress 3.3 offers a new, non-Flash uploader; this plugin may break it.
If you are using SSL (https) to secure your WordPress admin sessions and you
have an SSL certificate that is not trusted by default (because it is self-
signed, signed by an untrusted certificate authority, signed for a different
domain name, etc.), then you probably have problems using the Flash uploader.
This plugin disables SSL usage by the Flash uploader. This allows you to use
the Flash uploader when you have FORCE_SSL_ADMIN enabled, with an untrusted SSL
certificate. This works around the vague “IO Error” you get from the Flash
uploader in such a situation.
Note that this plugin comes with the following security implications:
If the benefit of having the Flash uploader available outweighs these potential
security risks for you, then you can use this plugin to enable the Flash
uploader.
Note that this plugin override’s WordPress’s auth_redirect and
wp_validate_auth_cookie functions, and may not work if you are using other
plugins that override these functions.