How to change hardware SSL port by raspberry pi?

This could be a lame question…
I used→http://docs.blynk.cc/#hardware-set-ups-raspberry-pi,but…
raspberry pi terminal display↓

    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/


{ Error: getaddrinfo EAI_AGAIN blynk-cloud.com:8441
    at Object.exports._errnoException (util.js:1018:11)
    at errnoException (dns.js:33:15)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
  code: 'EAI_AGAIN',
  errno: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
 
  port: 8441 }

Wrong port from older documentation. SSL hardware is now 443 (Cloud).

How to change depends on RPi library method (AKA programming language) chosen… But you can probably search through library files for 8441 and change it to 443.

For example in NodeJS client script

image

Or main library file

Yep… that’s an error :stuck_out_tongue: … I guess you could try Googling it as I don’t know what you did wrong.

Hi and Good day
How can i change the portal to 443 ?