Mark Schultz
Mark Schultz
Same issue here with Fedora 37. Running from konsole, no vms/docker/proxy. Home network.
`curl -vvv https://anyflip.com` : https://pastebin.com/Vz9ASDSq I exported their cert through brave (pem format) and added it to `/etc/pki/ca-trust/source`. ran `sudo update-ca-trust`, tried to run the app again, and received the...
It's exactly the output of what you wanted me to run. Here is the output of: `curl -vvv https://online.anyflip.com/jxpos/nvpk/mobile/javascript/config.js` if that is what you are looking for. https://pastebin.com/8qPurEpn
If I specify the cert in the curl parameters, I am able to successfully connect: `curl -vvv --cacert anyflip.pem https://online.anyflip.com/jxpos/nvpk/mobile/javascript/config.js` https://pastebin.com/5dkTqLpB I added the pem (also converted it to x509...