Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acmeproxy not register any domain #5

Open
nicrf opened this issue Apr 16, 2021 · 0 comments
Open

Acmeproxy not register any domain #5

nicrf opened this issue Apr 16, 2021 · 0 comments

Comments

@nicrf
Copy link

nicrf commented Apr 16, 2021

Hi,

I tried to use this docker, with these param :

version: '2'
services:
  filebrowser:
    image: lukacu/frps
    container_name: frps
    restart: unless-stopped
    network_mode: "host"
    environment:
      - FRPS_DASHBOARD=true
      - FRPS_DASHBOARD_USER=admin
      - FRPS_DASHBOARD_PASSWORD=password
      - FRPS_AUTH_TOKEN=password
      - FRPS_SUBDOMAIN_HOST=domain.com
      - FRPS_PERSISTENT_PORTS=true
      - FRPS_LETSENCRYPT_EMAIL="[email protected]"
      - FRPS_TCP_MUX=true

And evry thing seems to work, i got my tunnel connect and work on http :
image
image

I.e. fpsc ini :

# frpc.ini
[common]
server_addr = domain.com
server_port = 7000
token =password
pool_count = 5
tcp_mux = true
login_fail_exit = false
tls_enable = true
admin_addr = domain.com
admin_port =7400
admin_user = admin
admin_pwd = =password

[frp_intranet_1]
type = http # and tried https to
use_encryption = true
use_compression = true
local_ip = 127.0.0.1
local_port = 8081
subdomain = intranet
remote_port = 0
host_header_rewrite=true

But, i cannot get Acmeproxy working, the log of Acmeproxy say only it have open the port 444. I see on host my port 444 is used by acme.

I tried stop stop all service in the docker and start one by one (acme, frps) :

/usr/local/bin/acmeproxy --api 9002 --domain domain.com &
/usr/local/bin/frps -c /etc/frps.ini 2>&1

Same result, no https proxy. I tried to check go code, but I do not see what does not work. I check the /data volume and there is no file except ports.map.

Can you help me with that?

Log :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant