Emmanuel Bourg

Results 237 comments of Emmanuel Bourg

@MushyMiddle if you are still around, do you think you could post a stacktrace of the exception thrown?

If Jenkins is used as a build server, it may be possible to work around this issue by using a [lockable resource](https://plugins.jenkins.io/lockable-resources/) such that only one build job at a...

Do you mean that the signature is invalid, or the file gets corrupted and can no longer be installed? What is your version of Windows 10?

Thank you for reporting this issue. The plugin does indeed change the JVM proxy configuration after loading the proxy parameters from the Maven settings, but it doesn't honor the `nonProxyHosts`...

I think if the Jsign Maven plugin has to configure the proxy used by the JVM it should handle the `nonProxyHosts` parameter. Proxy settings could be defined in the Maven...

Could you try the same command but targeting a .exe file instead? Is the signature also invalid?

I retried signing the sample file with Jsign 5.0 and the signature is still invalid. But there may be an issue with the MSI file actually, because signtool fails to...

It looks like the sample file contains two empty entries (`@_StringData` and `@_Tables`) that are causing the issue. If removed signtool accepts to sign the file, and osslsigncode no longer...

If I take the `minimal.msi` file used by the tests and add an empty entry, signtool accepts to sign it. So there is something else related to these entries that...

@mlundblad Do you remember how your sample file was generated?