SSL Issue #6

Closed
opened 2020-03-28 22:49:24 +00:00 by vee · 5 comments
Contributor

Hi! I did a Git pull to get the latest changes, and I am getting SSL errors connecting to all sites now, it seems. I see !5 recently landed with SSL changes, so perhaps that's related?

I start the client as usual with python av98.py, and I've attached a screenshot of the error I get now (using Capcom for the example case).

AV-98> go gemini://gemini.circumlunar.space/capcom/
ERROR: [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:1108)

Do you think this is a bug in the new code? Or perhaps a new necessary configuration/dependency that I'm missing?

Hi! I did a Git pull to get the latest changes, and I am getting SSL errors connecting to all sites now, it seems. I see !5 recently landed with SSL changes, so perhaps that's related? I start the client as usual with `python av98.py`, and I've attached a screenshot of the error I get now (using Capcom for the example case). ``` AV-98> go gemini://gemini.circumlunar.space/capcom/ ERROR: [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:1108) ``` Do you think this is a bug in the new code? Or perhaps a new necessary configuration/dependency that I'm missing?
Owner

Hmm, thanks for the report! Can I ask what version of Python you are running? I am guessing perhaps 3.6?

Hmm, thanks for the report! Can I ask what version of Python you are running? I am guessing perhaps 3.6?
Author
Contributor

I have Python 3.8.2, which I think I've confirmed as the one av98 is using by doing python3 -V, since the hashbang in av98 is #!/usr/bin/env python3

I have Python 3.8.2, which I think I've confirmed as the one av98 is using by doing `python3 -V`, since the hashbang in av98 is `#!/usr/bin/env python3`
Owner

That surprised me to hear at first, but actually now I realise this is just a silly shallow bug. Very bad programming on my part! I'll have this fixed very soon...

That surprised me to hear at first, but actually now I realise this is just a silly shallow bug. Very bad programming on my part! I'll have this fixed very soon...
Owner

...okay, does it work for you now?

...okay, does it work for you now?
Author
Contributor

Yay, that fixed it!! Thank you for the help, now I can get back to av-98-ing 😸

Yay, that fixed it!! Thank you for the help, now I can get back to av-98-ing :smile_cat:
vee closed this issue 2020-04-04 11:02:34 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: solderpunk/AV-98#6
No description provided.