我安装了自己的ethereum节点,并将其置于HTTPS nginx代理之后。geth attach works perfectly但是truffle deploy出错了:<head><title>400 The plainHTTPrequest was sentto HTTPSport</title><body bgcolor
我有Wordpress网站,我已经从http://移动到https://,当我第一次打开时,超过:443自动添加和url,我收到的错误消息,400 Bad Request The plainHTTPrequest was sent to HTTPSport。例如,第一次打开时:https://example.com/dev
因此,我有80和443 nginx服务器块,以帮助将来自http端口的请求重定向到应用程序的https端口。$ curl http://app1.internal.example.com:8080
<head><title>400 The plainHTTPrequest was sentto HTTPSport</titl
在我的web应用程序中,您在通过header('Location: https://domain.com/loggedin')成功登录后会被重定向,但是当它完成重定向时,我会得到以下http://domain.com:443/loggedin,这会导致(当然)以下错误
Your browser sent a request that this server could not