Skip to content

Update root certificate in the tls-client example #217

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

Merged
merged 2 commits into from
Nov 20, 2018

Conversation

k-stachowiak
Copy link
Contributor

@k-stachowiak k-stachowiak commented Nov 20, 2018

The root certificate in the tls-client example has been invalidated, and needs to be updated. This PR introduces the new certificate into the example application.

In addition, this PR changes the line endings for the HTTP GET. HTTP line endings must be terminated with CRLF, and the final line must be a blank line. The code previously ended lines with \n. This changes changes the line endings to \r\n and ensures the extra blank line at the end.

Fixes #218.

@k-stachowiak
Copy link
Contributor Author

retest

@k-stachowiak
Copy link
Contributor Author

The tls-client in the current state cannot retrieve data from the server. It's being investigated.

@simonbutcher
Copy link
Contributor

retest

HTTP line endings must be terminated with CRLF, and the final line must
be a blank line. The code previously ended lines with `\n`. This changes
changes the line endings to `\r\n` and ensures the extra blank line at
the end.
@simonbutcher
Copy link
Contributor

retest

@simonbutcher
Copy link
Contributor

CI passes with only known issues, therefore this PR can be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants