B4J Question [SOLVED] CloudKVS_Server and security

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
After having let the server run as a test drive for some days, I have noticed "strange" entries in the logs. They appear some days after the server had been launched (hackers are really good to sniff internet trafic).

They are some like


And so on...

I am thinking about filtering requests by inserting a new class to reply to GET and POST requests on the same port by sending a null. Do you think it could be enough or should I filter requests with the firewall ? Perhaps could I allow some trafic by adding a dedicated header ?
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Nope : they appear in the logs in place of regular requests

A regular good request is listed like this :
[IP] - - [01/Mar/2016:00:52:39 +0000] "POST https://s1.ws.fr:51049/action HTTP/1.1" 200 11 "-" "okhttp/2.4.0"

Edit: perhaps should I only reply when we have an error 404. Studying the solution
 
Last edited:
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Which kind of authentication is used ?
I have made no authentication, just started the CloudKVS server as Erel published it. It was only a test drive. And you are right, I could put one in place.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…