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

https in h2o client #657

Closed
greatwar opened this issue Dec 30, 2015 · 6 comments
Closed

https in h2o client #657

greatwar opened this issue Dec 30, 2015 · 6 comments
Milestone

Comments

@greatwar
Copy link
Contributor

in Configure > Proxy Directives doc, i found this notes:

At the moment, only HTTP is supported.

and code block from examples/http1client.c

if (url_parsed.scheme == &H2O_URL_SCHEME_HTTPS) {
        fprintf(stderr, "https is not (yet) supported\n");
        exit(1);
    }

is there a plan for https in h2o client?

@kazuho
Copy link
Member

kazuho commented Dec 30, 2015

is there a plan for https in h2o client?

Possibly after we release 1.7 next month.

@kazuho
Copy link
Member

kazuho commented Dec 30, 2015

Please keep this issue open until it gets implemented.

@kazuho kazuho reopened this Dec 30, 2015
@kazuho kazuho added this to the v1.8 milestone Jan 19, 2016
@kazuho
Copy link
Member

kazuho commented Jan 19, 2016

Setting milestone to v1.8 (though we might postpone). Please leave a comment if anybody needs this.

@s0j0urn
Copy link

s0j0urn commented Jan 25, 2016

@kazuho I would like to have HTTPS supported for HTTP/1.1 client and test it out.
Sooner the better ;)

@akyoto
Copy link

akyoto commented Mar 5, 2016

I would love to have this feature. I'm currently planning to add auto-generated h2o configurations to the Aero framework which uses HTTP/2 by itself. If HTTP/2 proxy backends are supported then I don't need to add special code for the h2o integration. It would allow me to release an h2o-compatible version much earlier.

@kazuho
Copy link
Member

kazuho commented May 4, 2016

Closing the issue now that the work has been (mostly) done. Leftovers are tracked as separate issues shown above.

@kazuho kazuho closed this as completed May 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants