[GH-ISSUE #75] SSL oddness #34

Closed
opened 2026-05-05 10:58:02 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @komcrad on GitHub (Mar 7, 2018).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/75

I have a custom embedded device running the tunnel client with the following config:

server_addr: SERVER_IP:5223
tunnels:
webui:
proto: http
addr: https://localhost:10001
host: MY_DOMAIN

When I run it and try to hit MY_DOMAIN, the tunnel client logs spit out
"http: proxy error: x509: failed to load system roots and no roots provided"

any ideas?

Originally created by @komcrad on GitHub (Mar 7, 2018). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/75 I have a custom embedded device running the tunnel client with the following config: server_addr: SERVER_IP:5223 tunnels: webui: proto: http addr: https://localhost:10001 host: MY_DOMAIN When I run it and try to hit MY_DOMAIN, the tunnel client logs spit out "http: proxy error: x509: failed to load system roots and no roots provided" any ideas?
Author
Owner

@mmatczuk commented on GitHub (Mar 8, 2018):

Make sure you have certificates installed ce645534e4

<!-- gh-comment-id:371425190 --> @mmatczuk commented on GitHub (Mar 8, 2018): Make sure you have certificates installed https://github.com/golang/go/commit/ce645534e481368b4ec6141d48eb361422e423b8
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#34
No description provided.