question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to set "strict-verify = false" via configuration

See original GitHub issue
  • Version: 22.7.0

  • Electron Version: 7.1.3

  • Electron Type (current, beta, nightly): current

  • Electron updater: 4.3.1

  • Target: Mac

I want to deactivate the --verify parameter when signing code for MacOS as this is causing problems for me. There is a parameter for electron-osx-sign called strict-verify, but I can’t figure out how to pass this when using electron-builder.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

4reactions
DominikLevitskycommented, Jul 31, 2020

It was asked, but never resolved. We need an option to set this parameter. Currently OSX builds are crashing because of this. @develar Any possible solutions?

0reactions
TimPietruskycommented, Jan 8, 2021

This was tested and it is working since electron-builder 22.9.1:

builderOptions: {
  mac: {
    strictVerify: false
  }
}

Thank you very much.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix SSL certificate error when running Npm on Windows?
Windows/MacOS/Linux npm config set cafile "<path to your certificate file>" # Check the 'cafile' npm config get cafile. or extend existing certs.
Read more >
npm@5.0.3: When proxied, `strict-ssl=false` or custom CAfile ...
Try running npm install to a custom registry with an invalid SSL certificate. To avoid any errors, ensure strict-ssl=false is set. It works...
Read more >
Dealing with SSL Authentication on a secure Corporate Network
To fix that issue, Look for site_packages/certifi directory or ssl directory in you python environment and copy / paste the content of your ......
Read more >
Disable SSL verification when accessing git server with a self ...
Answer. Use following steps to keep git config --global http.sslverify false setting persistent, so this setting will be enabled after the asset ...
Read more >
Disabling SSL verification - Conda
To disable SSL verification when using conda skeleton pypi , set the SSL_NO_VERIFY environment variable to either 1 or True (case insensitive).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found