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

Update httpclient library to support SNI (SSL for name-based virtual hosts) #627

Closed
dtreskunov opened this issue Jan 28, 2014 · 2 comments
Closed

Comments

@dtreskunov
Copy link

I'm using Apache as reverse SSL proxy for Rundeck, and I run several services on the same IP and port. Using SSL is possible via SNI (Server Name Information extension). But commons-httpclient/commons-httpclient/3.0.1 which is used by Rundeck doesn't support SNI, which makes client code such as rd-jobs get SSL errors.

SNI support was recently (https://issues.apache.org/jira/browse/HTTPCLIENT-1119) added to the httpcomponents client. Would you consider migrating to org.apache.httpcomponents/httpclient/4.3.2?

Thanks.

@gschueler
Copy link
Member

i will look into this, but we might be limited by the grails 2.2.4 dependencies

@ahonor
Copy link
Contributor

ahonor commented Nov 16, 2017

rd-jobs is obsolete

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

3 participants