Skip to content

Instantly share code, notes, and snippets.

@mstuttgart
Created November 4, 2024 18:54
Show Gist options
  • Save mstuttgart/1f8f071334b46c8909e7fd9c18dff9ad to your computer and use it in GitHub Desktop.
Save mstuttgart/1f8f071334b46c8909e7fd9c18dff9ad to your computer and use it in GitHub Desktop.
Postman installed from Flatpak not open

Fix openssl:

openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout ~/.var/app/com.getpostman.Postman/config/Postman/proxy/postman-proxy-ca.key -out ~/.var/app/com.getpostman.Postman/config/Postman/proxy/postman-proxy-ca.crt

Source: flathub/com.getpostman.Postman#237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment