Disable https in toran proxy config -


i trying add private repository channeled http (not https) in toran proxy. however, if add repository, toran comes message:

[composer\downloader\transportexception] configuration not allow connections http://foo.bar.de/scm/hp/foo-wp-theme.git. see https://getcomposer.org/doc/06-config.md#secure-http details.

i'm whondering change config, http-channels allowed.

any nicefull.

thx

its handled in app/toran/composer/config.json:

{     "config": {         "secure-http" : false     } } 

Comments