Hello,
Our corporate network employs SSL inspection, which means it decrypts and re-signs all TLS traffic to the internet. This generally requires us to install the custom, internal certificate into our system certificate store as well as to many applications that don't use the system store.
I'm able to work around this by completely disabling certificate checks via the NODE_TLS_REJECT_UNAUTHORIZED environment variable, but that is undesirable for obvious reasons:
$ NODE_TLS_REJECT_UNAUTHORIZED=0 open /Applications/StarUML.app.
Thanks!
Bug/Problem Report
- Issue Title StarUML does not support corporate SSL certificates
- Environment MacOS Sonoma 14.4, StarUML 6.1.0
- Action Performed
- Check for updates or try to install extensions
- Expected Result (How the software should have performed)
- Use the correct certificate store (or allow import)
- Actual Result (How the software actually performed)
- Download certificate fails to verify, and the update check or extension install fails
- Supplements (optional, but strongly required)
- Error: Unknown installation error NO_SERVER_RESPONSE