Skip to content

Latest commit

 

History

History
128 lines (99 loc) · 8.5 KB

File metadata and controls

128 lines (99 loc) · 8.5 KB
layout default-layout
noTitleIndex true
needAutoGenerateSidebar true
title Error Message - Failed to load resource
keywords Dynamic Web TWAIN, Error Message, Failed to load resource, CERT INVALID
breadcrumbText Error Message - Failed to load resource
description Error Message - Failed to load resource
date 2021-12-01 17:04:03 +0800
last_modified 2025-11-05 15:23:24 +0800

Error Troubleshooting

Error Message - Failed to load resource: net::ERR_CERT_DATE_INVALID

Symptom

You get an error message that says "Failed to load resource: net::ERR_CERT_DATE_INVALID https://local.dynamsoft.com:18623/f/VersionInfo?ts=XXXXXXXXXXXX". And the browser keeps asking to install the Dynamic Web TWAIN Service (previously called "Dynamsoft Service").

Cause

By default, "127.0.0.1" is used for service connection. "127.0.0.1" uses a self-signed SSL certificate without an expiry date. It is installed to your system so that the browser can trust it. If your environment requires high level security, self-signed certificates may not be accepted. Moreover, it is not easy to install the self-signed certificate for systems like Chrome OS.

In this case, we provide a domain, "local.dynamsoft.com", which points to "127.0.0.1". It has a VeriSign’ed certificate that has an expiry date. The most recent expired "local.dynamsoft.com" certificate expired on 2025 November 20th, and the latest certificate will expire on 2026 November 21st.

Please note: all official certificates issued by 3rd party come with an expiry date - generally one year. This means that each year the certificate will need to be updated if local.dynamsoft.com is used.

Resolution