Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

HTTPS support? #2

Open
ghost opened this issue Jul 1, 2013 · 2 comments
Open

HTTPS support? #2

ghost opened this issue Jul 1, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 1, 2013

Does this thing support HTTPS?

I'm using it now and it seems not to, even though there is logic to change the port based on URI scheme.

I am assuming SSL needs to be implemented here? Or is that actually done in ngx socket?

@agentzh
Copy link

agentzh commented Jul 1, 2013

Not yet. This requires SSL cosocket support in ngx_lua. For now, you can use ngx.location.capture + ngx_proxy module to do https nonblockingly in nginx.

@lhmwzy
Copy link

lhmwzy commented Jan 28, 2014

通过实验得知,ngx_proxy是无法反向代理https的网站

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

No branches or pull requests

2 participants