Forum Discussion
Danny_MSTech
Jan 26, 2022Copper Contributor
Unable to connect to EXOv2 Powershell from macOS.
thanks in advance for any help. I am getting an error trying to connect to Exchange Online PowerShell V2 module in MacOS Monterey, here is the error I'm getting: Exception: Connecting to remote ser...
vvlada
Mar 03, 2022Copper Contributor
If you used port to install openssl, then you also need to install: curl-ca-bundle. This error is because of openssl installed with port does not include SSL.
Command:
sudo /opt/local/bin/port install curl-ca-bundle
Command:
sudo /opt/local/bin/port install curl-ca-bundle
- WilliamFulmerJul 27, 2022Copper ContributorThank you vvlada! This worked like a charm!