receiving error: ‘Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN’ while using npm

I am using npm v1.0.104/node 0.6.12 on ubuntu – I am receiving the error copied below while attempting to install any new modules via npm (I tested socket.io earlier using http, not https though & am wondering if that could have resulted in the issue with npm/unsigned certs). The error pops up once npm tries … Read more

Is it possible to have SSL certificate for IP address, not domain name? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 27 days ago. The community reviewed whether to reopen this question 27 days ago and left it closed: Original close reason(s) were not resolved Improve … Read more

urllib and “SSL: CERTIFICATE_VERIFY_FAILED” Error

I am getting the following error: Exception in thread Thread-3: Traceback (most recent call last): File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py”, line 810, in __bootstrap_inner self.run() File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py”, line 763, in run self.__target(*self.__args, **self.__kwargs) File “/Users/Matthew/Desktop/Skypebot 2.0/bot.py”, line 271, in process info = urllib2.urlopen(req).read() File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 154, in urlopen return opener.open(url, data, timeout) File “/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py”, line 431, in … Read more

Ignore invalid self-signed ssl certificate in node.js with https.request?

I’m working on a little app that logs into my local wireless router (Linksys) but I’m running into a problem with the router’s self-signed ssl certificate. I ran wget 192.168.1.1 and get: ERROR: cannot verify 192.168.1.1’s certificate, issued by `/C=US/ST=California/L=Irvine/O=Cisco-Linksys, LLC/OU=Division/CN=Linksys/[email protected]’: Self-signed certificate encountered. ERROR: certificate common name `Linksys’ doesn’t match requested host name `192.168.1.1′. … Read more

SSL certificate rejected trying to access GitHub over HTTPS behind firewall

I’m stuck behind a firewall so have to use HTTPS to access my GitHub repository. I’m using cygwin 1.7.7 on Windows XP. I’ve tried setting the remote to https://[email protected]/username/ExcelANT.git, but pushing prompts for a password, but doesn’t do anything once I’ve entered it. https://username:<password>github.com/username/ExcelANT.git and cloning the empty repo from scratch but each time it … Read more

curl: (60) SSL certificate problem: unable to get local issuer certificate

root@sclrdev:/home/sclr/certs/FreshCerts# curl –ftp-ssl –verbose ftp://{abc}/ -u trup:trup –cacert /etc/ssl/certs/ca-certificates.crt * About to connect() to {abc} port 21 (#0) * Trying {abc}… * Connected to {abc} ({abc}) port 21 (#0) < 220-Cerberus FTP Server – Home Edition < 220-This is the UNLICENSED Home Edition and may be used for home, personal use only < 220-Welcome to … Read more

Unable to resolve “unable to get local issuer certificate” using git on Windows with self-signed certificate

I am using Git on Windows. I installed the msysGit package. My test repository has a self signed certificate at the server. I can access and use the repository using HTTP without problems. Moving to HTTPS gives the error: SSL Certificate problem: unable to get local issuer certificate. I have the self signed certificate installed … Read more

This certificate has an invalid issuer Apple Push Services

I have created certificate to enable Push Services in my app, but every time I try to add certificate in my Keychain, after adding certificate it shows me following error: This certificate has an invalid issuer 13 s 13 If you got here from the Fastlane then this snippet might fix your CI deployments. Execute … Read more