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

espressif: Set socket type on accepted socket #8932

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

jepler
Copy link
Member

@jepler jepler commented Feb 16, 2024

With this change, https serving "works for me" on a matrixportal s3 with a modified version of
https://github.com/ide/circuitpython-https-server/ (it bundles mpy files incompatible with cpy9 and is not compatible with current adafruit_httpserver); a PR to circuitpython-https-server will also be forthcoming

With this change, https serving "works for me" on a matrixportal s3
with a modified version of
https://github.com/ide/circuitpython-https-server/
(it bundles mpy files incompatible with cpy9 and is not compatible
with current adafruit_httpserver); a PR to circuitpython-https-server
will also be forthcoming
@jepler
Copy link
Member Author

jepler commented Feb 16, 2024

$ curl --insecure https://10.0.3.57
Hello from Adafruit MatrixPortal S3 with ESP32S3 running 9.0.0-beta.0-38-g0c3b62fac2-dirty on 2024-02-16!

@jepler
Copy link
Member Author

jepler commented Feb 16, 2024

related work but I don't think it's necessary to have https work right: adafruit/Adafruit_CircuitPython_HTTPServer#82

@jepler
Copy link
Member Author

jepler commented Feb 16, 2024

Updated circuitpython-https-server at ide/circuitpython-https-server#2

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the diagnosis!

@dhalbert dhalbert merged commit e3c4b79 into adafruit:main Feb 16, 2024
177 checks passed
ide pushed a commit to ide/circuitpython-https-server that referenced this pull request Feb 20, 2024
Together with adafruit/circuitpython#8932 this https server is verified to work on `Adafruit MatrixPortal S3 with ESP32S3 running 9.0.0-beta.0-38-g0c3b62fac2-dirty on 2024-02-16`.
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 this pull request may close these issues.

None yet

2 participants