-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https module doesn't seems to be working properly #137
Comments
Me sumo a esta pregunta |
Hi @bsumer-wyn did you find any solution for this? |
hey guys, the implementation for this comes from react-native-http, which is a tiny adaptation on top of http-browserify, which doesn't support http.Agent https://github.com/browserify/http-browserify/blob/17b2990010ebd39461d1117c1e2c50c25eab869f/index.js#L49 it's probably possible to implement in react native, unlike in the browser, but it's not something i'll be able to do personally. PRs welcome to react-native-http :) |
Hi, I have shimmed https and https modules, and when I try to create a new httpsAgent, it returns an empty object. I wonder what I am doing wrong. What I am trying to do is basically passing my ssl certificate and private key to the httpsAgent so I can be authenticated in the server without using a VPN client. Help would be greatly appreciated. Thanks
This is my dependencies:
My shim file:
The text was updated successfully, but these errors were encountered: