Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

NodeJs http请求https, https 如何忽略证书认证

$
0
0

有个需求,请求的地址是https 的, 但是不需要证书验证
在Nodejs 中 我用http模块去发起请求报错,发送不过去 直接异常
code: 'HPE_INVALID_CONSTANT’ 还有一个异常

用https模块发送请求,一直要求我要证书
EPROTO 101057795:error:14082174:SSL routines:ssl3_check_cert_and_algorithm:dh key too small:openssl\ssl\s3_clnt.c

但是我使用工具发送请求却可以,请求的头内容如下 Request URL: https://test5-oauth.stg.1qianbao.com:29443/map/oauth Request Method: POST Status Code: 200 OK Request Proto: HTTP/1.1 Request Header Content-Type:application/x-www-form-urlencoded;

Response Header Server:Apache-Coyote/1.1; Content-Type:application/json;charset=utf-8; Date:Thu, 17 Nov 2016 11:51:57 GMT;

请问这种在NodeJs如何实现, 如何使用 http 请求https 或者说,如何去除https中证书验证


Viewing all articles
Browse latest Browse all 14821

Trending Articles