tagomoris / fluent-plugin-secure-forward

Other
140 stars 30 forks source link

disconnected from other version clients #6

Closed muddydixon closed 10 years ago

muddydixon commented 10 years ago

I updated secure-forward version of server without changing clients. Then server output warning Connection required from unknown host 'XXX' (XXX), disconnecting....

It is derived by difference between addr and peeraddr.

Can i resolve it without updating client's version?

tagomoris commented 10 years ago

That problem is free from client versions. It seems that source host/ip check reports that unknown host arrived. (And this check does NOT work well on previous versions.) Do you specify allow_anonymous_source no?

muddydixon commented 10 years ago

thx, i check it.

muddydixon commented 10 years ago

your comments are right! our connection server - client worked by "this check does NOT work ".

thank you so much!