mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1228] Bind 443 as type tcp not work as expected #964
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#964
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 @douo on GitHub (May 1, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1228
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.27.0
What operating system and processor architecture are you using (
go env)?Client:
Server(No go installed):
Configures you used:
frps.ini
frpc.ini:
Steps to reproduce the issue:
openssl s_client -connect 127.0.0.1:8211 -tls1on serveropenssl s_client -connect 127.0.0.1:433 -tls1on clientDescribe the results you received:
handshake failed on server:
client worked:
Describe the results you expected:
SSL behavior should be same in tcp level
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@zyfdegh commented on GitHub (Jan 2, 2020):
It seems you have a typo in
frpc.iniDo you mean
local_port = 443? Please check the port and try again.