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

Let HTTPS work correctly #10983

Merged
merged 1 commit into from May 5, 2015
Merged

Let HTTPS work correctly #10983

merged 1 commit into from May 5, 2015

Conversation

rmuir
Copy link
Contributor

@rmuir rmuir commented May 5, 2015

Currently pluginmanager init disables https verification jvm-wide for any HttpsURLConnections. This is seriously screwed-up, and makes https completely useless here. It does this without any comment or justification as to why.

If you don't want the cert check, just use http. or configure this trust stuff in your jvm differently. But we should let HTTPS just work correctly by default.

cc: @jaymode

@jaymode
Copy link
Member

jaymode commented May 5, 2015

LGTM but lets get another review before merging

@s1monw
Copy link
Contributor

s1monw commented May 5, 2015

+1

@nik9000
Copy link
Member

nik9000 commented May 5, 2015

Do I count? +1

maybe a parameter that disables it like --insecure

@rmuir
Copy link
Contributor Author

rmuir commented May 5, 2015

@nik9000 if you want to break https in the jvm, you can configure this in the jvm configuration. I think for any esoteric cases that need it, we should just recommend that and not have options to do it here.

rmuir added a commit that referenced this pull request May 5, 2015
@rmuir rmuir merged commit e4beda9 into elastic:master May 5, 2015
@kevinkluge kevinkluge removed the review label May 5, 2015
@clintongormley clintongormley added the :Core/Infra/Plugins Plugin API and infrastructure label Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/Plugins Plugin API and infrastructure v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants