jofas / actix_proxy

Glue code between awc and actix-web
Other
12 stars 3 forks source link

Not working with ssl ? #2

Open vynxc opened 1 year ago

vynxc commented 1 year ago

Example isnt working with https request

jofas commented 1 year ago

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" }