Could anyone recommend any commands to connect to port 443 using terminal?

It's a printer website, that enables you to print...

Any ideas?

Thanks you :)

You can use telnet (you may need to add it to windows).

telnet <ipaddress>:443

will connect you to port 443 at the ipaddress

example:

telnet 192.168.1.20:443
or
telnet mysite.com:443

commented: Excellent advise +10
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.