SNI Support

Request new functionality here
lux
Bear Rating Trainee
Bear Rating Trainee
Posts: 5
Joined: 28 Sep 2009, 12:41
Contact:

SNI Support

Postby lux » 17 Apr 2014, 18:57

Hi,

I get error messages when subscribing to https-feeds with SNI (Server Name Indication).

Code: Select all

SSL peer certificate or SSH remote key was not OK


Please implement SNI-support.

Cheers

Dirk

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: SNI Support

Postby fox » 17 Apr 2014, 20:13

tt-rss has nothing to do with sni, fix your client ssl libraries

lux
Bear Rating Trainee
Bear Rating Trainee
Posts: 5
Joined: 28 Sep 2009, 12:41
Contact:

Re: SNI Support

Postby lux » 28 Apr 2014, 13:05

fox wrote:tt-rss has nothing to do with sni, fix your client ssl libraries


I found the problem to be

Code: Select all

if((OPENSSL_VERSION_NUMBER >= 0x0090808f) && (OPENSSL_VERSION_NUMBER < 0x10000000)) {
    curl_setopt($ch, CURLOPT_SSLVERSION,3);
}


Tiny Tiny RSS is forcing SSLv3 even if the corresponding webserver does not speak v3 ...

See viewtopic.php?p=13734#p13734 and viewtopic.php?f=1&t=2441

Cheers

Dirk

User avatar
fox
^ me reading your posts ^
Posts: 6318
Joined: 27 Aug 2005, 22:53
Location: Saint-Petersburg, Russia
Contact:

Re: SNI Support

Postby fox » 28 Apr 2014, 13:16

that's because of a different bug, you can try disabling it and see if it works for you

lux
Bear Rating Trainee
Bear Rating Trainee
Posts: 5
Joined: 28 Sep 2009, 12:41
Contact:

Re: SNI Support

Postby lux » 28 Apr 2014, 13:24

fox wrote:that's because of a different bug, you can try disabling it and see if it works for you


I disabled it and it works for me.

Cheers

Dirk


Return to “Feature requests”

Who is online

Users browsing this forum: Google [Bot] and 1 guest