You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for your library, it works like a charme, great job !
I use your library behind a corporate proxy but unfortunately, node.js http agent don't support corporate proxy and so, is unable to resolve my DNS to contact my CAS server :
...
requestOptions.agent = new HttpsProxyAgent('http://proxy.mycompany.com:80');
It's a blocking issue for me, if i do a pull request to allow developpers passing additionals properties to http.request options; could you validate it ?
Thanks !
The text was updated successfully, but these errors were encountered:
M3lkior
added a commit
to M3lkior/cas-authentication
that referenced
this issue
Dec 2, 2016
Hello @kylepixel,
First, thanks for your library, it works like a charme, great job !
I use your library behind a corporate proxy but unfortunately, node.js http agent don't support corporate proxy and so, is unable to resolve my DNS to contact my CAS server :
So, to workaround this problem, i'm using https://github.com/TooTallNate/node-https-proxy-agent which allows to define corporate proxy in http.request.agent property :
It's a blocking issue for me, if i do a pull request to allow developpers passing additionals properties to http.request options; could you validate it ?
Thanks !
The text was updated successfully, but these errors were encountered: