Postman 中的错误:错误:写入 EPROTO 8768:错误:1408F10B:SSL 例程:ssl3_get_record:错误的版本号:错误、版本号、例程、EPROTO

2023-09-07 10:53:11 作者:支离破碎 わ

在 Postman 中请求 GET 期间 (https://localhost:9001/test)我收到一个错误:

During request GET in Postman (https://localhost:9001/test) I've received an error:

错误:写入 EPROTO 8768:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:usersadministratoruildkite-agentuildspm-electronpostmanelectron-releasevendor odedepsopensslopensslsslecordssl3_record.c:252:

Error: write EPROTO 8768:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:usersadministratoruildkite-agentuildspm-electronpostmanelectron-releasevendor odedepsopensslopensslsslecordssl3_record.c:252:

警告:此请求未完全发送,可能没有所有必需的系统标头.

邮递员配置:

已禁用 SSL 证书验证;代理配置 - 默认代理配置和发送请求的代理配置被禁用;请求超时(毫秒) - 0.

推荐答案

对于不需要https的Localhost,请尝试http://localhost:9001/test

For Localhost we don't really need https, please try with http://localhost:9001/test