Test for port 443 is failed

bahal bahaly 20 Reputation points
2023-07-03T12:51:14.1766667+00:00

I have checked the port 443 by powershell in win 10 by the following command:

"tnc  hostname –port  443" (mention hostname of the computer)

but I got the “Fail” result how can I solve the problem that get the “True” result?

I was created Inbound rule for tcp&udp 443 and also Outbound rule for tcp&udp 443 in windows firewall

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,379 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Anonymous
    2023-07-03T12:53:36.6933333+00:00

    Try instead with

    Test-NetConnection -ComputerName "192.168.49.99" -Port 443 -InformationLevel "Detailed"
    
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. bahal bahaly 20 Reputation points
    2023-07-03T13:04:17.25+00:00

    There is no problem with my command.

    When the other person checked my system from remote she let me know that the port 443 is not open.

    0 comments No comments

  3. Anonymous
    2023-07-03T13:08:23.84+00:00

    Might also check the correct process is listening.

    netstat -aon
    

    then using Task Manager\Processes lookup the PID to get process name.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  4. bahal bahaly 20 Reputation points
    2023-07-03T17:12:59.82+00:00

    There are many process in listening mode and with their PID in Task Manager mention their process name

    What can i do with them?

    0 comments No comments

  5. Anonymous
    2023-07-03T17:32:34.0633333+00:00

    Seems odd, I would have expected only one listening on 443.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.