Chu Du

Results 13 comments of Chu Du

This is my `gobetween.toml` (detail below) and the service keeps yelling: **"(server.handle): No matching sni found, rejecting due to 'reject' unexpected hostname strategy"** - The upstream service is Portainer (a...

* Result of `docker ps --format....`, the last 2 lines are assigned labels. ``` 406f23b44c20 9000/tcp com.docker.swarm.node.id=i7vqv52siv47zeko68rnuhnck, com.docker.swarm.service.id=pnpogwpcnjaexhrsoz2xaxzcx, com.docker.swarm.service.name=infras_portainer, com.docker.swarm.task=, com.docker.swarm.task.id=7dkbx2tlxcybr9fr3y07fyhfo, com.docker.stack.namespace=infras, com.docker.swarm.task.name=infras_portainer.1.7dkbx2tlxcybr9fr3y07fyhfo, gnv.container.portainer=1, sni=example.com ``` * Result of REST...

OK, never mind it. Maybe what I want to achieve is not what Gobetween is designed for, as you said Gobetween works on L4. I come up with this design,...

@jtopjian In fact I copied your diagram to save some key strokes 😄 My problem is , as I stated at the beginning of this topic, Gobetween is not domain-name-aware,...

Unfortunately, Docker Swarm is in our system design's requirement, and gobetween is just a dropped-in helper. I think I should accept the fact that I need L7 reversed proxy in...

I found the root of this issue. Lucky me, I was about to register the same issue with `forSourceMember`. In function `AutoMapperHelper.getFunctionParameters`, the author intends to count the number of...

Actually I am using automapper-ts for NodeJS backend code and it works pretty well except this issue (kind of minor one). Here is my tsconfig: { ``` "compilerOptions": { "target":...

+1. Beginning of 2017, I am still waiting.

Hi @NagRock, I hope you can spend time to answer pull requests because it is the only way this project can proceed without much of your involving. Another way I...

Have a look at my workaround at [this issue](https://github.com/NagRock/ts-mockito/issues/163#issuecomment-536210863).