mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
[GH-ISSUE #147] self signed certificate error #95
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#95
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 @dangtrungluong on GitHub (Jul 22, 2022).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/147
self signed certificate error:
"http: proxy error: x509: certificate signed by unknown authority"
my config:
proto: http
addr: https://192.168.1.1:443
how to fix
@hons82 commented on GitHub (Aug 1, 2022):
Do you have a cerificate for your server?
If you want to use HTTPS it's recommended to get a properly signed certificate to avoid security warnings.@dangtrungluong commented on GitHub (Aug 1, 2022):
Only self signed certificate not working.