【发布时间】:2019-05-09 04:39:27
【问题描述】:
与代码无关,但它与网络有关,我认为我的主机文件可能是罪魁祸首。
我正在使用 DYMO 软件从网页打印,这需要一个 url:
https://localhost:41951/DYMO/DLS/Printing/Check
有效,现在当他们的服务开启时这确实有效:
https://127.0.0.1:41951/DYMO/DLS/Printing/Check
我的主机文件如下所示:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
我已关闭 tls 1.3,这是 dymo 家伙推荐的修复方法。
任何想法
【问题讨论】: