drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

expose the secure option from http-proxy #103

Closed dsmorse closed 9 years ago

dsmorse commented 9 years ago

The current wrapping of http-proxy doesn't expose the 'secure' option it assumes that https = true is the same as secure = true. secure = true in http-proxy determines if the SSL checks should occur not the transport. This exposes the option to users, while keeping the previous behavior the same.

ruiaraujo commented 9 years ago

It seems all good. Thanks.