airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
206 stars 11 forks source link

Timestamp server with Animate not working anymore #3422

Open Menard1965 opened 3 months ago

Menard1965 commented 3 months ago

Hi I am using Adobe Animate 23.07. Adobe AIR 50.2.2.5

form last week i am getting the error message that the APP cannot be build Timeserver could not be reached. I tried this one on 3 Computers. Please help. Does Adobe change anything ? i need to compile and it doesnt work

cheers Michael

ajwfrost commented 3 months ago

See #3419 - there is a workaround there which is to edit your computer's "hosts" file and add the line:

216.168.244.9 sha256timestamp.ws.symantec.com

On Mac: /etc/hosts On Windows: c:\windows\system32\drivers\etc\hosts

An alternative workaround is to provide the new timestamp server via command-line options but that's not something that Animate supports I think..

We'll get a fix out for the latest SDK, but perhaps might need to provide updates for previous AIR versions too...

thanks

MalacTheLittle commented 3 months ago

Is there a list of supported timestamp servers somewhere, because I tried with http://timestamp.sectigo.com and it says Timestamp response not valid.

itlancer commented 3 months ago

I have the same issue. For me it works fine with -tsa http://timestamp.digicert.com

MalacTheLittle commented 3 months ago

Thanks! I can confirm that http://timestamp.digicert.com works for me too.

MalacTheLittle commented 3 months ago

Just checked, Adobe added option to change timestamp url in or after Animate CC 2017, according to this page.

You can change timestamp url in AIR settings: image

and your version of Animate should have that option.

Menard1965 commented 3 months ago

Yes i see this Option.But change to what ???Gesendet von Outlook für AndroidVon: MalacTheLittle @.>Gesendet: Freitag, August 23, 2024 1:58:22 PMAn: airsdk/Adobe-Runtime-Support @.>Cc: Menard1965 @.>; Author @.>Betreff: Re: [airsdk/Adobe-Runtime-Support] Timestamp server with Animate not working anymore (Issue #3422) Just checked, Adobe added option to change timestamp url in or after Animate CC 2017, according to this page. You can change timestamp url in AIR settings: image.png (view on web) and your version of Animate should have that option.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Policy56 commented 3 months ago

On July 24, 2024, at 17:00 MDT (23:00 UTC) DigiCert will shut down our legacy Symantec timestamping service. If you or customers use timestamping when signing executables or documents, you may need to change the timestamp URL in your signing tool to the newer DigiCert service, timestamp.digicert.com, before the shutdown occurs.

--> https://docs.digicert.com/en/whats-new/change-log/certcentral.html

Menard1965 commented 3 months ago

it worked thank you