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

HTTPClient/src/HTTPClient.h does not support ipv6 #8547

Closed
1 task done
emmby opened this issue Aug 21, 2023 · 3 comments
Closed
1 task done

HTTPClient/src/HTTPClient.h does not support ipv6 #8547

emmby opened this issue Aug 21, 2023 · 3 comments
Labels
Resolution: Duplicate Issue is a duplicate of another issue

Comments

@emmby
Copy link

emmby commented Aug 21, 2023

Board

esp32

Device Description

adafruit esp32 feather v2

Hardware Configuration

no

Version

v2.0.11

IDE Name

Arduino IDE

Operating System

macOS

Flash frequency

not sure

PSRAM enabled

yes

Upload speed

115200

Description

HTTPClient works fine for IPv4, but does not work for IPv6
esp_http_client.h works fine on IPv6, but other modules built on top of HTTPClient (eg. HTTPUpdater) won't work

See https://arduino.stackexchange.com/questions/93628/internet-in-esp32-is-not-working-with-ipv6

Sketch

N/A

Debug Message

-1 connection refused

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@emmby emmby added the Status: Awaiting triage Issue is waiting for triage label Aug 21, 2023
@Jason2866
Copy link
Collaborator

IPv6 support is not supported in core 2.0.x. It is planned for core 3.0.x

@VojtechBartoska
Copy link
Contributor

#7722

@VojtechBartoska VojtechBartoska closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2023
@VojtechBartoska
Copy link
Contributor

Closing as duplicate

@VojtechBartoska VojtechBartoska added Resolution: Duplicate Issue is a duplicate of another issue and removed Status: Awaiting triage Issue is waiting for triage labels Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Duplicate Issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants