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

HTTPS handshake failure on IoT device #1952

Open
Raikan10 opened this issue Sep 25, 2020 · 2 comments
Open

HTTPS handshake failure on IoT device #1952

Raikan10 opened this issue Sep 25, 2020 · 2 comments

Comments

@Raikan10
Copy link

I am running buildroot and iotjs on an iot device and I'm trying to make a post request to login and get an auth token. But I'm unable to call the API at all because I run into an error that says

"API Failed, problem with request: handshake failed: domian"

The same API works given I use the http version. The server I'm trying to call is hosted on an AWS EC2 instance behind cloudflare.

Any help is appreciated thanks!

@zherczeg
Copy link
Member

Which API you are using? TLS throws handshake failed but this is probably something different. Maybe something is wrong with the certificate.

@Raikan10
Copy link
Author

Thank you very much for replying, it is an API that the we designed that's used for internal purposes. It's an express server.

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

No branches or pull requests

2 participants