yeoman / generator-bootstrap

Yeoman generator for Bootstrap
http://yeoman.io
186 stars 40 forks source link

CERT_ #30

Closed oakley808 closed 10 years ago

oakley808 commented 10 years ago

Hello. When I try and install the less version of generator-bootstrap from behind a corporate proxy, I get a CERT_UNTRUSTED error.

$ yo bootstrap
[?] In what format would you like the Bootstrap stylesheets? less
bower                            error Request to https://bower.herokuapp.com/packages/components-bootstrap failed: CERT_UNTRUSTED

I read elsewhere that modifying the .bowerrc file might help, but it did not work. (It seems to be ignored. the bower output still looks like it's going through https, even though I specified http in bowerrc)

$ cat ~/.bowerrc 
{
  "endpoint": "http://bower.herokuapp.com"
}

FWIW, the sass version works ok.

oakley808 commented 10 years ago

Arg. I think this is more of a bower issue than a generator-bootstrap issue. I'll close this issue here.