-
Notifications
You must be signed in to change notification settings - Fork 29
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
bug: error when using http_client #86
Comments
It sounds like you want to make https calls from your app. It is beyond the scope of "sockets". You will need to the OpenSSL library and the TLS plugin in WasmEdge. https://wasmedge.org/docs/develop/rust/http_service/client/#synchronous-client-with-http_req https://wasmedge.org/docs/develop/build-and-run/install#tls-plugin |
Got it |
@juntao can I add missing information in the docs website? |
Sure. Raise a PR here? https://github.com/WasmEdge/docs/tree/main/docs/develop/rust Thanks |
creating pr on this https://wasmedge.org/book/en/write_wasm/rust/networking.html |
https://github.com/WasmEdge/docs/tree/main/docs/develop/rust is our new docs. We're working on discarding the old book. See the ongoing PR here. WasmEdge/WasmEdge#2541 |
Then what to do? |
The text was updated successfully, but these errors were encountered: