ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Alexey Sidorov <alex@reutman.ru>
To: "[Sysadmins]" <sysadmins@lists.altlinux.org>
Subject: [Sysadmins] jabberd 1.4 и SSL (ну и еще PSI)
Date: Fri, 10 Nov 2006 09:48:12 +0300
Message-ID: <455420AC.1030708@reutman.ru> (raw)

Здравствуйте.
Сизиф.
Пытаюсь прикрутить SSL к jabberd
jabber.xml:
    <ssl>
      <key id='*'>/etc/jabber/cert/key.pem</key>
    </ssl>
include/pthsock_client.service.xml:
      <ssl port='5223'/>

этот key.pem сгенерил так:
        # openssl req -new -x509 -newkey rsa:1024 -days 365 -keyout privkey.pem -out key.pem
        # openssl rsa -in privkey.pem -out privkey.pem
        # cat privkey.pem >>key.pem
        # rm privkey.pem
        # mkdir -m 500 /etc/jabber/cert
        # chown jabber:jabber /etc/jabber/cert
        # mv key.pem /etc/jabber/cert
        # chown :jabber:jabber /etc/jabber/cert/key.pem
        # chmod 400 /etc/jabber/cert/key.pem

итог: не коннектится....

и ещё - PSI при попытке включить SSL говорит, что "Невозможно включить шифрование SSL/TLS. Плагин не найден"
???
 
-- 
С уважением,	Алексей Сидоров
 	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


             reply	other threads:[~2006-11-10  6:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-10  6:48 Alexey Sidorov [this message]
2006-11-10  9:03 ` Dmitriy L. Kruglikov
2006-11-10 10:09   ` Alexey Sidorov
2006-11-10 11:49     ` Dmitriy L. Kruglikov
2006-11-10 12:32       ` Alexey Sidorov
2006-11-10 13:06         ` Dmitriy L. Kruglikov
2006-11-10 13:13           ` Alexey Sidorov
2006-11-10 14:50         ` [Sysadmins] jabberd 1.4 и SSL ( ну " Igor Zubkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=455420AC.1030708@reutman.ru \
    --to=alex@reutman.ru \
    --cc=sysadmins@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git