xwp / wp-dependency-minification

Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52 stars 10 forks source link

SSL verification error in admin under IIS #57

Open msigley opened 10 years ago

msigley commented 10 years ago

Under IIS, a SSL verification error is display in the admin area. This is due to the server resources necessary for SSL verification not being installed by default in IIS, and honestly they are a pain to setup. The best idea is to skip SSL verification for all HTTP requests, and in this plugin nothing is mission critical requiring verification.

A pull request will shortly follow.