<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[f.lux v37.7, Sparkle error about DSA keys]]></title><description><![CDATA[<p dir="auto">Just started getting this error a few days ago.  Very annoying to track down since it doesn't say anything about the application using it but after some trial n error I know it's f.lux.  After I click OK, f.lux says it's on the latest version.</p>
<p dir="auto">Anyone else getting this?  Is v37.7 the latest?  Should I re-install?</p>
<p dir="auto"><img src="http://i.imgur.com/Cdkwl8d.png?1" alt="Sparkle Error" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.justgetflux.com/topic/3035/f-lux-v37-7-sparkle-error-about-dsa-keys</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 01:47:25 GMT</lastBuildDate><atom:link href="https://forum.justgetflux.com/topic/3035.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Sep 2016 15:58:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to f.lux v37.7, Sparkle error about DSA keys on Sat, 01 Oct 2016 17:45:51 GMT]]></title><description><![CDATA[<p dir="auto">Reinstall seems to have done the trick.  Thanks!</p>
]]></description><link>https://forum.justgetflux.com/post/11050</link><guid isPermaLink="true">https://forum.justgetflux.com/post/11050</guid><dc:creator><![CDATA[c17r_]]></dc:creator><pubDate>Sat, 01 Oct 2016 17:45:51 GMT</pubDate></item><item><title><![CDATA[Reply to f.lux v37.7, Sparkle error about DSA keys on Sat, 01 Oct 2016 14:13:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.justgetflux.com/uid/3">@herf</a> said:</p>
<blockquote>
<p dir="auto">codesign -dv --verbose=4 /Path/To/Flux.app</p>
</blockquote>
<p dir="auto">Executable=/Applications/Flux.app/Contents/MacOS/Flux<br />
Identifier=org.herf.Flux<br />
Format=app bundle with Mach-O thin (x86_64)<br />
CodeDirectory v=20200 size=5709 flags=0x0(none) hashes=171+5 location=embedded<br />
Hash type=sha256 size=32<br />
CandidateCDHash sha1=0e887b904d989f50b744c86e913fe16eb230432d<br />
CandidateCDHash sha256=2ede3925734b15d2e5157ebee4fc74e4c80d33b0<br />
Hash choices=sha1,sha256<br />
CDHash=2ede3925734b15d2e5157ebee4fc74e4c80d33b0<br />
Signature size=8899<br />
Authority=Developer ID Application: Michael Herf<br />
Authority=Developer ID Certification Authority<br />
Authority=Apple Root CA<br />
Timestamp=Aug 15, 2016, 4:27:58 PM<br />
Info.plist entries=31<br />
TeamIdentifier=VZKSA7H9J9<br />
Sealed Resources version=2 rules=12 files=8<br />
Internal requirements count=1 size=208</p>
<blockquote>
<p dir="auto">It's possible that your system clock is set very far from reality, or something in the OS is messed up.</p>
</blockquote>
<p dir="auto">Clock is set by NTP.  I did recently switch from 12-hour to 24-hour; that shouldn't affect things, should it?</p>
<blockquote>
<p dir="auto">Also if you get a chance, check if there are any updates to the OS.  In the last year there have been several security updates to macOS.</p>
</blockquote>
<p dir="auto">On El Capitan but all current on patches/security updates.</p>
<blockquote>
<p dir="auto">But this should basically "never" fail, so I guess I do recommend reinstalling.</p>
</blockquote>
<p dir="auto">I'll give this a try and let you know.</p>
]]></description><link>https://forum.justgetflux.com/post/11049</link><guid isPermaLink="true">https://forum.justgetflux.com/post/11049</guid><dc:creator><![CDATA[c17r_]]></dc:creator><pubDate>Sat, 01 Oct 2016 14:13:58 GMT</pubDate></item><item><title><![CDATA[Reply to f.lux v37.7, Sparkle error about DSA keys on Sat, 01 Oct 2016 13:53:49 GMT]]></title><description><![CDATA[<p dir="auto">Also if you  get a chance, check if there are any updates to the OS.<br />
In the last year there have been several security updates to macOS.</p>
<p dir="auto">But the best "test" is the codesign command above.</p>
]]></description><link>https://forum.justgetflux.com/post/11048</link><guid isPermaLink="true">https://forum.justgetflux.com/post/11048</guid><dc:creator><![CDATA[herf]]></dc:creator><pubDate>Sat, 01 Oct 2016 13:53:49 GMT</pubDate></item><item><title><![CDATA[Reply to f.lux v37.7, Sparkle error about DSA keys on Sat, 01 Oct 2016 14:11:08 GMT]]></title><description><![CDATA[<p dir="auto">I checked out the updater code, and this message <em>actually</em> happens when the "main bundle" (i.e. Flux.app) is thought not to be code signed. This is a failure in the signing certificate we get from Apple directly, not a DSA key (which we don't use).</p>
<p dir="auto"><a href="http://osxdaily.com/2016/03/14/verify-code-sign-apps-mac-os-x/" target="_blank" rel="noopener noreferrer nofollow ugc">Per this article</a>, the way to verify code signing is like this (Terminal):</p>
<blockquote>
<p dir="auto">codesign -dv --verbose=4 /Path/To/Flux.app</p>
</blockquote>
<p dir="auto">It's possible that your system clock is set very far from reality, or something in the OS is messed up.</p>
<p dir="auto">But this should basically "never" fail, so I guess I do recommend reinstalling.</p>
<p dir="auto">p.s. if you like to read code, the verifier here is failing:<br />
<a href="https://github.com/sparkle-project/Sparkle/blob/master/Sparkle/SUCodeSigningVerifier.m" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sparkle-project/Sparkle/blob/master/Sparkle/SUCodeSigningVerifier.m</a></p>
]]></description><link>https://forum.justgetflux.com/post/11047</link><guid isPermaLink="true">https://forum.justgetflux.com/post/11047</guid><dc:creator><![CDATA[herf]]></dc:creator><pubDate>Sat, 01 Oct 2016 14:11:08 GMT</pubDate></item><item><title><![CDATA[Reply to f.lux v37.7, Sparkle error about DSA keys on Sat, 01 Oct 2016 13:23:31 GMT]]></title><description><![CDATA[<p dir="auto">It's been happening consistently once a day for about a week.  That's why I brought it up.</p>
]]></description><link>https://forum.justgetflux.com/post/11045</link><guid isPermaLink="true">https://forum.justgetflux.com/post/11045</guid><dc:creator><![CDATA[c17r_]]></dc:creator><pubDate>Sat, 01 Oct 2016 13:23:31 GMT</pubDate></item><item><title><![CDATA[Reply to f.lux v37.7, Sparkle error about DSA keys on Sat, 01 Oct 2016 00:27:22 GMT]]></title><description><![CDATA[<p dir="auto">This seems to happen when our updater thinks we have connected without using SSL, which should not ever happen. It may occur however when there is an error on our server (rate limiting, etc.) Thanks for the report.</p>
]]></description><link>https://forum.justgetflux.com/post/11041</link><guid isPermaLink="true">https://forum.justgetflux.com/post/11041</guid><dc:creator><![CDATA[herf]]></dc:creator><pubDate>Sat, 01 Oct 2016 00:27:22 GMT</pubDate></item></channel></rss>