-
Notifications
You must be signed in to change notification settings - Fork 847
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
Flatpak Postman crashes trying to load certificates #12330
Comments
I can confirm this on my side. The lightweight version works fine, but logging in crashes the application. |
Have the same issue, as a workaround I manually create the certificates in openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt |
I had the same problems under LMDE 6 (based on Debian 12) and Linux Mint 21.2 (based on Ubuntu 22.04), the command above fixed the problem. |
I had the same problem here under Fedora 38 with the flatpak Postman instalation. The command above fixed the problem. Thank you! |
Ubuntu 22.04.3 LTS X11 Postman: The above command did not resolve the issue. I downloaded the .tar.gz version, but when logging in, the application does not receive browser validation and then closes. Via CLI we can see some logs. flatpak run com.getpostman.Postman LaunchProcess: failed to execvp: |
@guilhermesousa-cwi for the flatpak wrapper make sure you execute the command above inside the directory |
I have the same issue. I fixed following this steps:
|
@rolodoom Wonderful, it worked. Good job! cp -r ~/.config/Postman/proxy ~/.var/app/com.getpostman.Postman/config/Postman |
Had the same issue with flatpak Postman 10.18.7, this fixed the problem, thanks! |
This also fixed the issue for me Flatpak: 1.15.4 |
thanks, man u saved my day |
Also fixe
Also fixed for me. For the lazy guys below a "fix line":
|
This one fixed issue for me. |
i understand that Flatpak version is a 3rd party distribution, but should it be? at the same time, what's the issue regarding to offer .deb and .rpm versions? it took me less than a few hours to "package" and test it using official .tar.gz download so i can have official postman for all users. https://github.com/sombriks/postman-rpm But it's temporary, you guys should provide Flatpak support, you already has snap on your site, embrace flatpak too. Or come back to .dev / .rpm packages, no one will complain since you guys will also be able to sign those too. |
I installed postman manually and same issue start happening after i just logged in. Then i did the same thing manually make the directory |
This one worked for me in Ubuntu 23 |
I had the same issue with the latest Flathub version after logging in. OS: Fedora 39. |
Worked for me also. Fedora 38 and Postman 10.22.6. Thanks. |
Works in Debian 12 Bookworm, postman installed with flatpak |
It fixed my problem too. |
Still having the same issue on Debian 12 / KDE Plasma 5.27.5 / Kwin. amreshh's solution worked |
still have this. |
For anyone else creating the certificate manually and facing the same issue with the following command:
Make sure you do so in the correct folder (cd into it beforehand). You can find it by running cc: @All3xJ |
This is the one that worked for me. System info:
|
Based above works for me on Fedora Linux 40 (Workstation Edition):
P.S.: probably needs to be removed before:
|
from me, fixed by this comment, smoth after install from flatpak :) |
Same problem |
Same problem
Worked for me |
Still have this issue. Running the above suggested openssl command fixes the problem. NAME="Linux Mint" |
Yeah, worked for me too. |
Having the same problem on Fedora 40. |
Confirm that the same issue returned on Fedora 40. Also confirmed that the workaround works |
Worked for me on Zorin OS 17. Thanks @rolodoom. |
I had a similar problem. wget postman-linux-x64.tar.gz Fedora 40 - seems to be working that way. |
This Solved my problem. |
Upgraded to Fedora 41 user and faced the same problem. The above solution worked for me.
|
Dec 5 2024 - the problem still persists :( Fedora 41 |
yes it work's. |
This worked for me too on Mint |
This works on Ubuntu 24.04. |
Is there an existing issue for this?
Describe the Issue
When I try to start the flatpak Postman app, the application initially starts to load and then crashes.
The problem seems to come from OpenSSL. The command used to create the
postman-proxy-ca.cert
file doesn't seem to recognize the req argument, and instead exits with the return code 1.Some Postman issues seems similar to my issue, but the application seems to work despite the issues and the workarounds necessary.
#10299
Steps To Reproduce
Screenshots or Videos
The crash in question:
The entire logs of this crash:
This is the openssl command ran inside the Postman flatpak sandbox:
Operating System
Linux
Postman Version
10.18.4
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
I've already tried to reinstall and delete all the old config files.
The text was updated successfully, but these errors were encountered: