Following the documentation of an API Service, I have found out that I have to make request to the following URL
https://eipapp1.emeter.com:9674
I am using superagent
module of Node.JS. And I am getting the following error:
Error: write EPROTO 140736110642048:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:825:
I understand that this error is because I am making a Request to the 9674 port but using HTTPS, and thats could be the reason.
There exists a way to make this kind of request? Could be a problem with the API Service specification?
Thanks to all.