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 :)
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
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.