Skip to content

bug: requests cant override android system ssl certificate. #5695

@amogus-gggy

Description

@amogus-gggy

Duplicate Check

Describe the bug

I cant connect to https server with self signed certificate on android. I tried pushing into requests.get(verify=false) and pushing .pem certificate file. That shit is still tryes to verify ssl normally , ignoring verify=false. Problem only at android when build via flet build apk/aab

Code sample

Code
[Paste your code here]

To reproduce

Make s server with self signed certificate(in my casr fastapi+uvicorn), try access it with verify = False via requests and test on android.

Expected behavior

Work norally with verify = false or allow to bypass sysyem ssl

Screenshots / Videos

Captures

[Upload media here]

Operating System

Windows

Operating system details

Any os

Flet version

0.28.3

Regression

I'm not sure / I don't know

Suggestions

Logs

Logs
[Paste your logs here]

Additional details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions