nginx配置异常,不知道哪里出问题
站点是前后端分离的,nginx已配置ssl证书,上传文件还是报sslHandshakeException错误
并且有时候提交options请求不成功,这个就比较奇怪,不定时会报options请求失败,但是刷新一下就好了
邀请回答


共2个回答
options请求?需要跨域访问?
sslHandshakeException 最好Wireshark 抓包看看,看看是哪个阶段握手失败。或者你直接 openssl s_client -connect (your host ip):443 -server_name (your domain) 看看输出结果