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

SSLUtils.isHttpsAvailable should use an HttpURLConnection instead of an HttpClient #3832

Closed
shawkins opened this issue Feb 10, 2022 · 0 comments · Fixed by #3836
Closed

SSLUtils.isHttpsAvailable should use an HttpURLConnection instead of an HttpClient #3832

shawkins opened this issue Feb 10, 2022 · 0 comments · Fixed by #3836
Assignees
Milestone

Comments

@shawkins
Copy link
Contributor

Is your task related to a problem? Please describe

isHttpsAvailable bypasses any HttpClient.Factory associated with a higher level construct such as builder for creating the clients.

Describe the solution you'd like

Directly use HttpURLConnection, rather than constructing and immediately destroying a client.

Describe alternatives you've considered

No response

Additional context

See #1883

@shawkins shawkins added this to the 6.0.0 milestone Feb 10, 2022
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Feb 10, 2022
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Feb 10, 2022
manusa pushed a commit to shawkins/kubernetes-client that referenced this issue Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant