-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
Hello,
I've deployed IBeam on a server using Docker and this YouTube tutorial: https://www.youtube.com/watch?v=J2F6PrPUG6w; however, no matter what I try, I can't access it. I'm getting Access Denied.
I tried to troubleshoot it using the Troubleshooting section by adding my IP to the allow: list but no luck. I even tried to make it available to all IP by allowing *.*.*.*. Not sure if this can work, but in any case, it didn't. Here is my conf.yaml file:
ip2loc: "US"
proxyRemoteSsl: true
proxyRemoteHost: "https://api.ibkr.com"
listenPort: 5000
listenSsl: true
svcEnvironment: "v1"
sslCert: "vertx.jks"
sslPwd: "mywebapi"
authDelay: 3000
portalBaseURL: ""
serverOptions:
blockedThreadCheckInterval: 1000000
eventLoopPoolSize: 20
workerPoolSize: 20
maxWorkerExecuteTime: 100
internalBlockingPoolSize: 20
cors:
origin.allowed: "*"
allowCredentials: false
webApps:
- name: "demo"
index: "index.html"
ips:
allow:
- 192.*
- 131.216.*
- 127.0.0.1
- 0.0.0.0
- 172.17.0.*
- 45.41.174.156
deny:
- 212.90.324.10
Any help with the problem will be greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels