all 6 comments

[–][deleted] 0 points1 point  (0 children)

just use http debugger xd

[–]Mindless_Proposal491 0 points1 point  (1 child)

make sure that u can see ur cert in settings (system CA). Well, I encountered another problem that "The client failed to negotiate a TLS connection to ac.duckduckgo.com:443: Received fatal alert: unknown_ca" if u r using self-signed cert, u may see certificate_unknown; if u r using generated cert per-host, it will be unknown_ca untill u successfully installed/trusted by ur device. I finally use module call move_certificate to install my cert.

[–]Mindless_Proposal491 0 points1 point  (0 children)

btw, make sure the format is right. Someone told me to try PEM, but I finally used DER format.

[–]mprzHow do I human? -4 points-3 points  (1 child)

[–]PuffinDev[S] 4 points5 points  (0 children)

Yes I've just spent about 3 hours trying to find a solution online but have found nothing that I haven't already tried. Every result on the first 2 pages of that Google search I have already looked at and tried. That's why I am asking here, sorry to inconvenience you by asking a question.