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é

已提問 2 年前檢視次數 360 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南