* [Comm] mcabber сертификат
@ 2010-06-13 0:43 dsydftbhdfthb
2010-06-13 10:02 ` Sokolov Aleksandr
0 siblings, 1 reply; 5+ messages in thread
From: dsydftbhdfthb @ 2010-06-13 0:43 UTC (permalink / raw)
To: community
Стараюсь соединится с talk.google.com
с настройками
set username = ***@gmail.com
set jid = ****
set password = ***
set server = talk.google.com
set ssl = 1
set ssl_verify = 0
set ssl_ignore_checks = 1
Вот что получается
SSL status :1
Certificate is not trusted
Disconnected, reason 2 > 'LM_DISCONNECT_REASON_HUP'
Где это сертификат брать ?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] mcabber сертификат
2010-06-13 0:43 [Comm] mcabber сертификат dsydftbhdfthb
@ 2010-06-13 10:02 ` Sokolov Aleksandr
2010-06-13 10:12 ` Andrey Rahmatullin
2010-06-25 20:58 ` Michael Shigorin
0 siblings, 2 replies; 5+ messages in thread
From: Sokolov Aleksandr @ 2010-06-13 10:02 UTC (permalink / raw)
To: ALT Linux Community general discussions
Всем привет!
"dsydftbhdfthb" <dsydftbhdfthb@yandex.ru>
пишет:
> Стараюсь соединится с talk.google.com
> с настройками
> set username = ***@gmail.com
> set jid = ****
> set password = ***
> set server = talk.google.com
> set ssl = 1
> set ssl_verify = 0
> set ssl_ignore_checks = 1
> Вот что получается
> SSL status :1
> Certificate is not trusted
> Disconnected, reason 2 > 'LM_DISCONNECT_REASON_HUP'
>
> Где это сертификат брать ?
Ранее у меня тоже была проблема сертификатов, но в рассылках ответа я не
нашёл. Попробуйте сгенерировать его следующими командами:
openssl dsaparam -out gmail.params 1024
openssl gendsa -out gmail.key gmail.params
openssl req -new -key gmail.key -out gmail.csr
openssl x509 -req -days 365 -in gmail.csr -signkey gmail.key -out
gmail.crt
Надо что-бы стоял пакет
openssl.. Рад, если смог помочь.
--
С уважением Соколов Александр
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] mcabber сертификат
2010-06-13 10:02 ` Sokolov Aleksandr
@ 2010-06-13 10:12 ` Andrey Rahmatullin
2010-06-13 10:36 ` Sokolov Aleksandr
2010-06-25 20:58 ` Michael Shigorin
1 sibling, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2010-06-13 10:12 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 822 bytes --]
On Sun, Jun 13, 2010 at 02:02:33PM +0400, Sokolov Aleksandr wrote:
> > Certificate is not trusted
> > Где это сертификат брать ?
> Ранее у меня тоже была проблема сертификатов, но в рассылках ответа я не
> нашёл. Попробуйте сгенерировать его следующими командами:
Что это за сертификат вы предлагаете генерировать и что потом с ним
предлагаете делать?
> openssl dsaparam -out gmail.params 1024
> openssl gendsa -out gmail.key gmail.params
> openssl req -new -key gmail.key -out gmail.csr
> openssl x509 -req -days 365 -in gmail.csr -signkey gmail.key -out gmail.crt
А дальше?
Вы хоть понимаете, что делают эти команды?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):
Поскольку в заданном вопросе фигурирует пакет из Сизифа,
то ответил в sisyphus@.
-- ldv in community@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] mcabber сертификат
2010-06-13 10:12 ` Andrey Rahmatullin
@ 2010-06-13 10:36 ` Sokolov Aleksandr
0 siblings, 0 replies; 5+ messages in thread
From: Sokolov Aleksandr @ 2010-06-13 10:36 UTC (permalink / raw)
To: ALT Linux Community general discussions
Привет всем!
"Andrey Rahmatullin" <wrar@altlinux.org>
пишет:
On Sun, Jun 13, 2010 at 02:02:33PM +0400, Sokolov Aleksandr wrote:
> > Certificate is not trusted
> > Где это сертификат брать ?
> Ранее у меня тоже была проблема сертификатов, но в рассылках ответа я не
> нашёл. Попробуйте сгенерировать его следующими командами:
Что это за сертификат вы предлагаете генерировать и что потом с ним
предлагаете делать?
> openssl dsaparam -out gmail.params 1024
> openssl gendsa -out gmail.key gmail.params
> openssl req -new -key gmail.key -out gmail.csr
> openssl x509 -req -days 365 -in gmail.csr -signkey gmail.key -out
> gmail.crt
А дальше?
Вы хоть понимаете, что делают эти команды?
Я так генерировал сертификат для отправки почты через smtp.gmail.com.
Прошу прощения, Возможно не правильно понял вопрос.
--
С уважением Соколов Александр
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] mcabber сертификат
2010-06-13 10:02 ` Sokolov Aleksandr
2010-06-13 10:12 ` Andrey Rahmatullin
@ 2010-06-25 20:58 ` Michael Shigorin
1 sibling, 0 replies; 5+ messages in thread
From: Michael Shigorin @ 2010-06-25 20:58 UTC (permalink / raw)
To: ALT Linux Community general discussions
On Sun, Jun 13, 2010 at 02:02:33PM +0400, Sokolov Aleksandr wrote:
> >Certificate is not trusted
Это ихний.
> >Где это сертификат брать ?
А это принять надо, а не брать.
> Ранее у меня тоже была проблема сертификатов, но в рассылках
> ответа я не нашёл. Попробуйте сгенерировать его следующими
> командами:
Сгенерировав свой, доверия ихнему не прибавишь.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-06-25 20:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-13 0:43 [Comm] mcabber сертификат dsydftbhdfthb
2010-06-13 10:02 ` Sokolov Aleksandr
2010-06-13 10:12 ` Andrey Rahmatullin
2010-06-13 10:36 ` Sokolov Aleksandr
2010-06-25 20:58 ` Michael Shigorin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git