Skip to content
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

Not working with ssl ? #2

Open
vynxc opened this issue Mar 26, 2023 · 1 comment
Open

Not working with ssl ? #2

vynxc opened this issue Mar 26, 2023 · 1 comment

Comments

@vynxc
Copy link

vynxc commented Mar 26, 2023

Example isnt working with https request

@jofas
Copy link
Owner

jofas commented Mar 26, 2023

Hi @chaycee,

have you imported awc with openssl enabled? My dependencies look like this and the example compiles:

[dependencies]
actix-web = { version = "^4.3.0" }
awc = { version = "^3.1.0", features = ["openssl"] }
openssl = { version = "^0.10.32" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants