Sivo 悉见

bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a socket in a way forbidden by it

匿名 · 更新于 2019/3/4

  1. 启动 nginx 报错:bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions



    2.这是由于其他进程占用了nginx 的端口。



  2. 解决办法:

    运行 cmd, 输入netstat -aon|findstr "443"



    找到 0.0.0.0:443,找到 PID,在任务管理器结束进程。 vmware-hostd.exe
    --------------------- 
    作者:hukang00 
    来源:CSDN 
    原文:https://blog.csdn.net/hukang00/article/details/41518659 
    版权声明:本文为博主原创文章,转载请附上博文链接!