4

I have an SSL certificate installed on my website and I have intergrated the DYMO Label Printer (using the Dymo Web Service).

The web service is installed on the local machine and connects to https://localhost:41955/DYMO/DLS/Printing/Check

Unfortunately, because this runs on HTTPs locally there is a certificate error which then causes the website to show as unsecure.

Is there a way around this?

4

1 回答 1

0

根据 DYMO 开发人员 SDK 支持博客,在 8 之前的版本中存在一个错误,导致 Windows 系统出现安全证书问题:

http://developers.dymo.com/

在同一页面中,他们指出版本 8.6.2.658 修复了证书问题。

您可以从以下链接下载它:http: //labelwriter.com/software/dls/win/DLS8Setup.8.6.2.658.exe

在安装新版本之前停止服务器并卸载以前的版本以避免任何冲突,安装后如果可以重新启动服务器,以防万一。

于 2017-09-25T21:02:28.050 回答