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

Support self signed certificates #291

Merged
merged 3 commits into from
Mar 30, 2017
Merged

Support self signed certificates #291

merged 3 commits into from
Mar 30, 2017

Conversation

copercini
Copy link
Contributor

Fix for #265

mbedtls_ssl_conf_authmode was defined before mbedtls_ssl_config_defaults causing several bugs when no CA certificate is defined.

Fix for #265

mbedtls_ssl_conf_authmode was defined before mbedtls_ssl_config_defaults causing several bugs when no CA certificate is defined.
@me-no-dev
Copy link
Member

@copercini I want to ask you one thing before I merge this. I want you to use the Arduino's log facility. That means icluding "esp32-hal-log.h" and using log_e and the rest instead of printf. Reasons are many but mainly because when using log_x, roper peripheral is locked and so on.

Replace printf by ESP log handling
log_ doesn't need \n to break line.
@copercini
Copy link
Contributor Author

@me-no-dev Done!

@me-no-dev
Copy link
Member

Great :)

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