The current 0.6.1 Version uses Protocol::http when using Iron::https. I guess it should be Protocol::https instead. I would have created a PR but I'm not sure how you handle hotfixes for versions other then the master and I was unable to find the method in the current master branch.
Code
https://github.com/iron/iron/blob/0.6.1/src/iron.rs#L137
The current 0.6.1 Version uses
Protocol::httpwhen usingIron::https. I guess it should beProtocol::httpsinstead. I would have created a PR but I'm not sure how you handle hotfixes for versions other then the master and I was unable to find the method in the current master branch.Code
https://github.com/iron/iron/blob/0.6.1/src/iron.rs#L137