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

Migrate maven wagon site into Wiki #1143

Open
slandelle opened this issue Apr 15, 2016 · 5 comments
Open

Migrate maven wagon site into Wiki #1143

slandelle opened this issue Apr 15, 2016 · 5 comments

Comments

@slandelle
Copy link
Contributor

https://asynchttpclient.github.io/async-http-client/

@etki
Copy link

etki commented Jul 7, 2016

@slandelle is there up-to-date doc anywhere i can see it? I'm getting netty's io.netty.handler.ssl.NotSslRecordException while trying to connect to Github API, but i'm quite not sure if it should work out-of-the-box.

@slandelle
Copy link
Contributor Author

No, not yet. Contribs welcome!

Then, your problem is pretty obvious: you're trying hit over https an endpoint that only talks plain http.

@etki
Copy link

etki commented Jul 8, 2016

@slandelle i'm pretty sure https://api.github.com/ is served over https. I can't double-check my code now (not committed yet), but if i'll find i'm totally certain using AHC against https tomorrow, should i open another issue?

@slandelle
Copy link
Contributor Author

@etki If you can come up with a reproducer, yes. But please double check on your side, I'm 100% sure this error means you've received some non-encrypted content while you're supposed to use https.

@etki
Copy link

etki commented Jul 8, 2016

@slandelle yeap, you were right, i've specified both https and 80 in my own code resulting in URI https://api.github.com:80/organizations, which hit standard HTTP endpoint. Sorry for the fuzz.

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

2 participants