我不确定为什么在Chrome或IE中,我无法看到自我签名证书申请的HTTPS请求。
Chrome出错
运行节点应用(http和https端口正在侦听)
curl响应https请求
答案 0 :(得分:0)
问题在于证书本身。我使用#!/bin/bash
export num=50
echo $num
awk -v awk_num=$num 'FNR==2, FNR==$awknum {print $1;}' big_report > short_report
创建了一个新证书,这次我确保向localhost发布。
答案 1 :(得分:0)
删除google chrome https缓存
链接:chrome:// net-internals /#hsts
删除域安全策略 域:localhost删除
这将解决ssl问题