* [sisyphus] perl-IO-Socket-SSL не работает
@ 2014-07-24 18:02 Денис Смирнов
2014-07-25 6:34 ` Vladimir Lettiev
0 siblings, 1 reply; 2+ messages in thread
From: Денис Смирнов @ 2014-07-24 18:02 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
Разбираясь почему gear-cronbuild отказывается обновлять libsodium, выяснил
что у нас сломан IO::Socket::SSL.
Ниже код, демонстрирующий багу. tcpdump запущенный рядом показывает, что
этот код в реальности посылает данные по открытому каналу, без всякого SSL.
Как дальше локализовать ошибку?
#!/usr/bin/perl
use strict;
use IO::Socket::SSL;
my $cl = IO::Socket::SSL->new(
PeerHost => 'download.libsodium.org',
PeerPort => 'https',
) or die "$!";
print $cl "GET /libsodium/releases/ HTTP/1.1\r\n";
print $cl "Host: download.libsodium.org\r\n";
print $cl "\r\n";
print <$cl>;
--
С уважением, Денис
http://mithraen.ru/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [sisyphus] perl-IO-Socket-SSL не работает
2014-07-24 18:02 [sisyphus] perl-IO-Socket-SSL не работает Денис Смирнов
@ 2014-07-25 6:34 ` Vladimir Lettiev
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Lettiev @ 2014-07-25 6:34 UTC (permalink / raw)
To: sisyphus; +Cc: Igor Vlasenko
On Thu, Jul 24, 2014 at 10:02:40PM +0400, Денис Смирнов wrote:
> Разбираясь почему gear-cronbuild отказывается обновлять libsodium, выяснил
> что у нас сломан IO::Socket::SSL.
>
> Ниже код, демонстрирующий багу. tcpdump запущенный рядом показывает, что
> этот код в реальности посылает данные по открытому каналу, без всякого SSL.
>
> Как дальше локализовать ошибку?
>
> #!/usr/bin/perl
> use strict;
> use IO::Socket::SSL;
>
> my $cl = IO::Socket::SSL->new(
> PeerHost => 'download.libsodium.org',
> PeerPort => 'https',
> ) or die "$!";
>
> print $cl "GET /libsodium/releases/ HTTP/1.1\r\n";
> print $cl "Host: download.libsodium.org\r\n";
> print $cl "\r\n";
> print <$cl>;
Проблема в модуле IO::Socket::IP
https://rt.cpan.org/Public/Bug/Display.html?id=97050
Надо обновить его до версии 0.31 (cc: viy@)
--
Vladimir Lettiev aka crux ✉ theCrux@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-25 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 18:02 [sisyphus] perl-IO-Socket-SSL не работает Денис Смирнов
2014-07-25 6:34 ` Vladimir Lettiev
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git