macOS-related
- Q: I get an ssh error when pulling, even after adding the public key to GitLab.
- Solution: Add the private key (not ending in .pub) to your ssh-agent.
ssh-add ~/.ssh/<keyname>
Q: I have some other SSH problems
- Solution: See SSH subpage for MacOS
Q: I cannot connect to the MQTT broker using TLS or web-sockets due to a strange SSL verification error.
Q: When running the Deploy.py script, an error
[SSL: CERTIFICATE_VERIFY_FAILED]
pops up.- Solution: Run the following commands to update your Python installation:
ls /Applications/ | grep Python # to get your python installation directory ${Python}
/Applications/'${Python}'/Install\ Certificates.command # Replace ${Python} with output from first command