mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2007] FRPC_v0.34.0_反向代理发出故障 #1595
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1595
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 @gbh19930406 on GitHub (Sep 24, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2007
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.34.0
What operating system and processor architecture are you using (
go env)?Linux arm64 & Windows amd64
Configures you used:
I used http and stcp to make the connect, it works perfect with FRPC 0.33.0
Steps to reproduce the issue:
Describe the results you received:
With FRPS 0.34.0 & FRPC 0.34.0
With FRPS 0.34.0 & FRPC 0.33.0
Error Not found
Describe the results you expected:
Fix the issue of FRPC 0.34.0 cannot transfer the proxy data
Additional information you deem important (e.g. issue happens only occasionally):
FRPC file size about 0.34.0 is smaller than 0.33.0
Can you point out what caused this issue (optional)
Unknown root cause of this issue, may be changed or replaced or missed some core functions between these two versions.
@blizard863 commented on GitHub (Sep 24, 2020):
please show more logs.
@gbh19930406 commented on GitHub (Sep 25, 2020):
Hello, below is the error which shows on FRPC v0.34.0.
work connection write to server error: tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config
@gbh19930406 commented on GitHub (Sep 25, 2020):
Seems I must be specific a Cert and Key in it. There has no default Cert and Key inside of Client 0.34.0, am I right?
@fatedier commented on GitHub (Sep 25, 2020):
Please follow the issue template to paste your configrues so others can reproduce your problem.