This message was deleted.
# rancher-desktop
a
This message was deleted.
b
$ curl -vLk https://127.0.0.1 * Trying 127.0.0.1:443... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=TRAEFIK DEFAULT CERT * start date: Jan 31 183619 2023 GMT * expire date: Jan 31 183619 2024 GMT * issuer: CN=TRAEFIK DEFAULT CERT * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 * Using Stream ID: 1 (easy handle 0x5629dba598c0)
GET / HTTP/2
Host: 127.0.0.1
user-agent: curl/7.68.0
accept: /
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * Connection state changed (MAX_CONCURRENT_STREAMS == 250)! < HTTP/2 404 < content-type: text/plain; charset=utf-8 < x-content-type-options: nosniff < content-length: 19 < date: Tue, 31 Jan 2023 191732 GMT < 404 page not found * Connection #0 to host 127.0.0.1 left intact $ curl -vLk https://rancher.xyz.com * Trying 192.168.2.253:443... * TCP_NODELAY set * connect to 192.168.2.253 port 443 failed: Connection timed out * Failed to connect to rancher.xyz.com port 443: Connection timed out * Closing connection 0 curl: (28) Failed to connect to rancher.xyz.com port 443: Connection timed out $ k get nodes NAME STATUS ROLES AGE VERSION tumbler Ready control-plane,master 64m v1.24.10+k3s1 k version WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version. Client Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.0", GitCommit:"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2", GitTreeState:"clean", BuildDate:"2022-08-23T173643Z", GoVersion:"go1.19", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v4.5.7 Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.10+k3s1", GitCommit:"546a94e9ae1c3be6f9c0dcde32a6e6672b035bc8", GitTreeState:"clean", BuildDate:"2023-01-26T003557Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}
Lens IDE error after completing docs.rancherdesktop.io/how-to-guides/rancher-on-rancher-desktop/ E0131 164957.669209 12744 proxy_server.go:147] Error while proxying request: x509: certificate signed by unknown authority
just an update.... getting containers to be reachable using RD on Win11 with WSL2, I needed to add a portproxy (adjust for the ports you want your wsl2 RD hyper-v VMs to listen on.
Copy code
netsh interface portproxy add v4tov4 listenport=38081 listenaddress=0.0.0.0 connectport=38080 connectaddress=localhost