๐พ Archived View for geminispace.org โบ s โบ misfin โบ 62 captured on 2023-05-24 at 17:59:33. Gemini links have been rewritten to link to archived content
โก๏ธ Next capture (2024-06-20)
-=-=-=-=-=-=-
I'm glad there's now an dedicated place for discussion about misfin.
I've been struggling to receive messages successfully, but just this morning I did (followed by lots of errors):
Do you know what might be going on? I'm running simply the reference implementation without any of my modifications (for the moment).
2023-05-14 ยท 10 days ago
I am getting a lot of these on the gemini server as well
okay, my knowledge of these things is not what it should be
thank you both @lem and @alexlehm for the info
It'd probably be safe to comment out the `print(err)` in `receive_forever` if you don't want them to show up - after losing some messages day one I was erring on the side of caution lol.
@alexlehm is on the money, they're just port scanning artifacts. I've been getting them too. You'll see the same thing if you nmap your mailserver.
you simulate the connections with telnet when you just do control-+ and then close (or use netcat) and the 2nd with using openssl s_client without a client cert
This are different kinds of port scans I assume, ECONNRESET means that the client closed the connection directly, so that checked if the port was open, the other one is a TLS connect without a client cert when one is required. The 3rd one I am not sure, maybe its a connect that tries a HTTPS request