简体   繁体   English

收到错误“状态 400:客户端向 HTTPS 服务器发送了 HTTP 请求。” 在 IntelliJ 上连接到 Docker 时

[英]Getting the error “ Status 400: Client sent an HTTP request to an HTTPS server.” while connecting to Docker on IntelliJ

I have installed Docker using Docker Toolbox as I am using Windows 10 Home version.我使用 Docker Toolbox 安装了 Docker,因为我使用的是 Windows 10 家庭版。 But when I connect to Docker in Intellij its throwing below error.但是当我在 Intellij 中连接到 Docker 时,它会抛出以下错误。

Status 400: Client sent an HTTP request to an HTTPS server.状态 400:客户端向 HTTPS 服务器发送 HTTP 请求。

How to resolve this?如何解决这个问题?

Error错误

Docker Configuration Docker 配置

尝试将引擎 API URL 从tcp://$HOST:$PORT更改为https://$HOST:$PORT

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 客户端向 HTTPS 服务器发送了 HTTP 请求。 Docker-Compose 与 Docker 机器 - Client sent an HTTP request to an HTTPS server. Docker-Compose with Docker-Machine 客户端向 HTTPS 服务器发送 HTTP 请求 - Client sent an HTTP request to an HTTPS server Portainer:客户端向 HTTPS 服务器发送 HTTP 请求 - 尽管 URL 是 https:// - Portainer: Client sent an HTTP request to an HTTPS server - despite the URL is https:// 在 Win 8.1 上使用 Docker 运行 PhpStorm:客户端向 HTTPS 服务器发送 HTTP 请求 - Running PhpStorm with Docker on Win 8.1: Client sent an HTTP request to an HTTPS server ingress-nginx:客户端向 https 服务器发送 http 请求 - ingress-nginx: client sent http request to https server 纯 HTTP 请求被发送到 HTTPS 端口错误 Docker nginx - The plain HTTP request was sent to HTTPS port error Docker nginx Nginx HTTP 不重定向到 HTTPS 400 错误请求“普通 HTTP 请求已发送到 HTTPS 端口” - Nginx HTTP not redirecting to HTTPS 400 Bad Request "The plain HTTP request was sent to HTTPS port" 连接期间出错:…http:服务器在具有远程主机的任何docker命令上向HTTPS客户端提供了HTTP响应 - error during connect: … http: server gave HTTP response to HTTPS client on any docker command with remote host 404 Not Found Ingress-nginx 和 400 Bad Request 普通的 HTTP 请求被发送到 HTTPS 端口 nginx - 404 Not Found Ingress-nginx and 400 Bad Request The plain HTTP request was sent to HTTPS port nginx 构建映像时出现错误“获取 https://registry-1.docker.io/v2/:net/http:request 已取消” - Error "Get https://registry-1.docker.io/v2/: net/http: request canceled" while building image
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM