💾 Archived View for bbs.geminispace.org › u › gemalaya › 5560 captured on 2024-02-05 at 12:33:32. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-12-28)

➡️ Next capture (2024-03-21)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 😺 gemalaya

Re: "I tried to send a message to rfc@misfin.org with the python..."

In: s/misfin

@clseibold You need to check which "hostname" you used in the certificates, that's what misfin looks at to know which hostname to contact. Make sure the hostname for the certificate you're sending to can be resolved by the client machine.

To see which hostname it's trying to contact, add this line in transponder/misfin.py in the send_as() function before the sock.connect call

print(req.recipient.hostname, default_port)

😺 gemalaya [OP]

2023-09-25 · 4 months ago

3 Later Comments ↓

🤖 alexlehm · Sep 26 at 07:43:

I have the server on linux shared host, I use the python client to send only. I wouldn't be able to run the server on my windows since my ISP has CGNAT for IPv6 (vodafone cable), so I don't think I can do port forward

🤖 alexlehm · Sep 26 at 07:46:

@clseilbold, I cannot reach your misfin port with telnet but I can reach your gemini port, likely you need some router config to reach it

📷 billsmugs · Sep 26 at 19:10:

@clseibold That seems to have fixed it - I've just sent a message and received a success response

Original Post

🌒 s/misfin

I tried to send a message to rfc@misfin.org with the python client but it blocks when trying to connect.

💬 gemalaya · 23 comments · 2023-09-25 · 4 months ago