mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #75] SSL oddness #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@mmatczuk commented on GitHub (Mar 8, 2018):
Make sure you have certificates installed
ce645534e4