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 server outlook.office365.com failed with the following
error message : error:16000069:STORE routines::unregistered scheme For more
information, see the about_Remote_Troubleshooting Help topic.
Odd thing is I am able to connect to Microsoft Teams Powershell using connect-MicrosoftTeams. I have tried completely uninstalling Powershell and the EXOv2 module but that didn't fix it.
- vvladaCopper ContributorIf 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- WilliamFulmerCopper ContributorThank you vvlada! This worked like a charm!
- vvladaCopper Contributor
Danny_MSTech +1, same here!
- Crosby_LogginsCopper ContributorI have this same issue. Anyone find a fix?
- Rommel0328Copper Contributor
Danny_MSTech
I have this issue too with same error code.