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: SSL adjustments #2173

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Conversation

slaff
Copy link
Contributor

@slaff slaff commented Dec 4, 2020

The remote HTTP server is returning SSL packets that are 9K which is bigger than our default 4K.

This change increases the SSL max buffer size to 16K and recommends the use of BearSSL as it handles
better bigger SSL packets.

@slaff slaff mentioned this pull request Dec 4, 2020
@slaff slaff added this to the 4.2.0 milestone Dec 4, 2020
…bigger than our default 4K.

This change increases the SSL max buffer size to 16K and recommends the use of BearSSL as it handles
better bigger SSL packets.
@slaff slaff merged commit 8754311 into SmingHub:develop Dec 8, 2020
@slaff slaff removed the 3 - Review label Dec 8, 2020
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.

2 participants