Search code examples
windowsmoovweb

Unable to bind locally created project on default ports - moovweb sdk


I am trying to create a new project locally in the moovweb developer dashboard using moovweb windows sdk. But the newly created project fails to start with below error:

listen tcp 0.0.0.0:443: bind: An attempt was made to access a socket in a way   
forbidden by its access permissions. 

Perhaps there's something already listening on port 443?

and same error for port 80.

Of course, there are other applications running on these two ports. So how do I change the default port that moovweb binds any local project to?

I looked their documentation, but couldn't find any relevant information regarding this (or may b I didn't look hard enough).

I am using moovweb sdk v6.3.10


Solution

  • If you are unable to temporary shutdown the applications that are using ports 80 and 443, then you should start the moovweb server using the -p and -ssl-port settings in order to start your server using a different port.

    For more information you can type:

    moov help server
    

    into your terminal