These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

Gtkevemon connection problem

Author
Woo Mi
Federal Navy Academy
Gallente Federation
#1 - 2015-02-25 09:38:10 UTC
Gtkevemon sees that tranquility is live (with number of players). however, since yesterday I get stuff like:
SSL error connecting!
2986519336:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:s3_pkt.c:337:

Did an interface change somewhere?
I haven't updated gtkevemon in some time now.
Ulv Ulfhednar
Brutor Tribe
Minmatar Republic
#2 - 2015-02-25 13:34:55 UTC
I have the same issue.
Mr M
Sebiestor Tribe
#3 - 2015-02-26 09:06:35 UTC  |  Edited by: Mr M
There's a ticket for this and also a fix.

Until it's pulled into the master branch change the line
SSL_CTX* ctx = SSL_CTX_new(SSLv3_client_method());

in src/net/networking.cc to
SSL_CTX* ctx = SSL_CTX_new(SSLv23_client_method());
SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);

Then GTKEveMon will default to TLS 1.x instead of using SSLv3 that CCP disabled.

Share your experience

Write for the EVE Tribune

www.eve-tribune.com

Ulv Ulfhednar
Brutor Tribe
Minmatar Republic
#4 - 2015-02-26 09:36:08 UTC
Mr M wrote:
There's a ticket for this and also a fix.

Until it's pulled into the master branch change the line
SSL_CTX* ctx = SSL_CTX_new(SSLv3_client_method());

in src/net/networking.cc to
SSL_CTX* ctx = SSL_CTX_new(SSLv23_client_method());
SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);

Then GTKEveMon will default to TLS 1.x instead of using SSLv3 that CCP disabled.


Works perfect. Thanks!
Woo Mi
Federal Navy Academy
Gallente Federation
#5 - 2015-02-26 11:26:10 UTC
Ditto!
Spoofeydoo
Eternity INC.
Goonswarm Federation
#6 - 2015-02-27 21:01:32 UTC
It's in the Master branch.

I have a fruit cup and I'm not afraid to use it.