Certificate issues on AIM macOS Monterey 12.1

0

Hi

I'm getting certificate issues when trying to for instance install npm packages on instances created based in the macOS Monterey 12.1 AIM. Have not not tried any of the other mac AIM's

Steps to reproduce:

  1. Create a new instance based on ami-09f94ce5cd5d474d9 (macOS Monterey 12.1)
  2. Install node brew install node
  3. Install for instance react-native. npm install -g react-native I now got a ssl certificate error. If I disable ssl for npm I'm able to get further
npm set strict-ssl false

But I then run into other issues as also certificate related. I also not really see disabling ssl as a proper solution :-)

We are also using Ansible then building a custom AMI. And I'm not able to install anything with ansible-galaxy - here I'm also getting certificate issues.

Am I missing anything when creating the instance - is this not expected to just work out of the box?

I found that if I reinstall the brew package ca-certificates everything starts to work as expected. Could there be something wrong with the brew installation on macOS Monterey 12.1 AMI (ami-09f94ce5cd5d474d9)

brew reinstall ca-certificates

/René

asked 2 years ago352 views
1 Answer
0

Hi, Good question

It appears to be an existing issue with MacOS and brew. More info at https://apple.stackexchange.com/questions/393481/homebrew-cask-download-failure-ssl-certificate-problem-certificate-has-expired

profile picture
Sri
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions