First: sorry for my english, if anyone can edit the question for me.
I'm trying to create a server with satis/composer.
For do that I install composer/statis/git/svn/apache/php/openssl in a Windows Server 2012.
Then I add/edit/create some configurations but composer request an authentication and I don't know why because, accessing web browser, satis display all the packages normally.
my config.json
Error:
Informations:
- In the network
- Has a proxy
- Has a firewall
- All computers/notebooks are Windows 7
- Composer, Git, Svn are updated
If anyone needs more information leave a comment please.
I found the solution:
I identify the problem executing the
curl
command and the return is forbidden.Then I just test the same command without company proxy and works, so that is the problem.
Now, it's works.
Thanks guys.