Page 1 of 1
[0.13.11] Mod Download fails: "code:35, 23; SSL connect error"
Posted: Tue Jul 26, 2016 7:44 pm
by Zippydoo
Still getting this problem in 0.13.11 release
Re: [0.13.10] [HanziQ] Mod update Download fails first time.
Posted: Tue Jul 26, 2016 7:53 pm
by Loewchen
Zippydoo wrote:Still getting this problem in 0.13.11 release
Please upload the log.
Re: [0.13.10] [HanziQ] Mod update Download fails first time.
Posted: Tue Jul 26, 2016 8:30 pm
by kinnom
here
Re: [0.13.10] [HanziQ] Mod update Download fails first time.
Posted: Tue Jul 26, 2016 8:36 pm
by binbinhfr
mine too, 0.13.11, tonight.
always
1369.447 code:35, 23; SSL connect error -- ~
1369.447 Info HttpSharedState.cpp:109: Status code: 0
Re: [0.13.11] Mod Download fails: "code:35, 23; SSL connect error"
Posted: Wed Jul 27, 2016 10:26 pm
by Bomaz
I too suffer from this malady
Re: [0.13.11] Mod Download fails: "code:35, 23; SSL connect error"
Posted: Fri Jul 29, 2016 6:50 am
by Jürgen Erhard
Status code 0 should be unpossible, since it's not a legal HTTP status. You'll see a 200 Status code before that when the client downloads the mod list. And that is *literally* OK.
So, either the server sends a status code that it shouldn't, like, ever, or the client somewhere gets confused. That SSL connect error (and the packet-contents "gibberish" the line ends with makes that even clearer) is an obvious hint that the client gets confused. Also, I believe the mod server is done with some standard framework (I suspect it's part of the Python dev job listing
), which then would strongly imply the server not sending a "0" HTTP status.
And yes, I get the same.
Re: [0.13.11] Mod Download fails: "code:35, 23; SSL connect error"
Posted: Sat Jul 30, 2016 12:04 am
by Compboy
Re: [0.13.11] Mod Download fails: "code:35, 23; SSL connect error"
Posted: Mon Aug 01, 2016 8:31 am
by posila
This should be resolved in 0.13.13 by change of SSL library we use.
If it still throws weird SSL errors, let us know.