Skip to content

Trouble with MaaDeps #8771

Answered by RieLCho
RieLCho asked this question in Q&A
Discussion options

You must be logged in to vote

Self answering lol

I found out that maadeps-download.py just work when I bypass the ssl certification.
https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error

import ssl

ssl._create_default_https_context = ssl._create_unverified_context

Adding these two lines allowed me to download binaries so finally made it to /tools/build_macos_universal.zsh run correctly!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SherkeyXD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant