Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am sure it was a typo but just to make it more clear for debugging.</p> <blockquote> <p>When I use https, I can access with my browser, but not with wget</p> <p>wget <a href="https://registry.npm.js.org/yuidocjs" rel="nofollow">https://registry.npm.js.org/yuidocjs</a> #fails</p> </blockquote> <p>The domain was wrong... npm.JS instead of npmjs... Going further with wget </p> <blockquote> <p>wget <a href="https://registry.npmjs.org/yuidocjs" rel="nofollow">https://registry.npmjs.org/yuidocjs</a> --2013-07-09 15:57:25-- <a href="https://registry.npmjs.org/yuidocjs" rel="nofollow">https://registry.npmjs.org/yuidocjs</a> Resolving registry.npmjs.org (registry.npmjs.org)... 67.228.31.146 Connecting to registry.npmjs.org (registry.npmjs.org)|67.228.31.146|:443... connected. ERROR: cannot verify registry.npmjs.org’s certificate, issued by “/C=US/ST=CA/L=Oakland/O=npm/OU=npm Certificate Authority/CN=npmCA/emailAddress=i@izs.me”: Unable to locally verify the issuer’s authority. To connect to registry.npmjs.org insecurely, use ‘--no-check-certificate’.</p> </blockquote> <p>If you use --no-check-certificate it works and download.</p> <p>But we know this is not your MAIN problem your Main problem is the .PAC files. I worked as a sysadmin and several times we have to write different rules at .pac files as: 1) If it is internal send everything to this router 2) If connected by vpn network do this 3) etc</p> <p>So Please do a get and transcribe the .pac files so we can see the rules. The .pac files is nothing more than javascript.</p> <p>Regards</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload