The coerce attribute for the proxy wasn't returning anything, so the values for the proxy weren't being respected.
@@ -273,6 +273,7 @@ has 'proxy' => (
croak "proxyAutoconfigUrl should be of format http://";
}
+ $proxy;
},
);