mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5010] using vhosthttps with nginx inside same dockernetwork #3944
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#3944
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 @Cr34t1ngH0p3 on GitHub (Oct 3, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5010
Originally posted by @MelBourbon in #3214
I try to set up a docker network with nginx and frps. Similar to @MelBourbon
[https service] <-> [frpc] <-> [frps] <-> [nginx:433] <-> https://my.domain.comto another server is working, but[https service] <-> [frpc] <-> [frps] <-> [nginx:433] <-> https://local_docker_frpsdoes not. I always getpeer closed connection in SSL handshake while SSL handshaking to upstream, client: 172.30.0.1, server:even with:
I have no ssl_trusted_certificate, is this the problem? I mean, in my nginx config, I dont know to which https service the frpc links.
Does somebody know why it does not work? I read a lot about SNI, but also I cannot bring it to work with that.
Thank you for some hints.
Best
@Cr34t1ngH0p3 commented on GitHub (Oct 5, 2025):
Adding
solved it