Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - SSL Certification Issue #2

Open
SergeyRyskin opened this issue Apr 14, 2024 · 1 comment
Open

iOS - SSL Certification Issue #2

SergeyRyskin opened this issue Apr 14, 2024 · 1 comment

Comments

@SergeyRyskin
Copy link

Hi! When I try to run code on iOS Simulator first error that I reach it was a SSL error and it look like
NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(

So to fix that error you must to run following commands in your terminal/bash

1-) You must install a [email protected]
brew install [email protected]
2-) You must to install urllib from your project terminal using following command
pip install urllib3=1.26.15

Then run your code again and it should help.
BTW: Before start your code, you must to package you iOS app. For package you can use briefcase package ios command.
For mode information you can check this doc: https://briefcase.readthedocs.io/_/downloads/en/stable/pdf/

@codesapienbe
Copy link
Collaborator

Thank for your feedback. We will shortly implement the fix in prerequisites script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants