본문 바로가기

MFC

InstallShield 2013 timestamp error 1027

반응형

올해가 2021년인데 installshield 2013을 아직도 사용한다.

 

특별히 바꿀 이유가 없으니 그냥저냥 사용 중인데.

 

얼마 전부터 코드 사인할 때 timestamp가 안 되는 증상이 발생했다.

 

timestamp 때문에 특별히 문제 되는 경우를 못 봐서 신경 안 쓰고 있었는데

 

빌드할 때 시간이 너무 오래 걸려서 해결 방법을 찾아봤다.

 

https://stackoverflow.com/questions/65541786/is-the-verisign-timestamp-server-down

 

Is the Verisign Timestamp server down?

I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response.

stackoverflow.com

 

InstallShield는 아래 url을 사용하는데, 해당 서비스가 종료된 듯하다.

 

 

"http://timestamp.verisign.com/scripts/timstamp.dll"

 

글중에 소개된 다른 url들도 대부분 안 되고 "http://timestamp.sectigo.com" 이것만 되더라.

 

timestamp 서버 바꾸는 방법은 아래 글 참고.

 

https://docs.revenera.com/installshield24helplib/helplibrary/SettingsXML-Timestamp.htm

 

Changing the Timestamp Server for Digital Signatures

8. Ensure that your XML code is well formed; if it is not well formed, you may have problems using InstallShield. In most cases, you can identify improperly formed XML code by opening the Settings.xml file in Internet Explorer. You should be able to expand

docs.revenera.com

 

서버 위치를 바꾸니 빌드 잘 된다!

반응형