ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] jabberd 1.4 и SSL (ну и еще PSI)
@ 2006-11-10  6:48 Alexey Sidorov
  2006-11-10  9:03 ` Dmitriy L. Kruglikov
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey Sidorov @ 2006-11-10  6:48 UTC (permalink / raw)
  To: [Sysadmins]

Здравствуйте.
Сизиф.
Пытаюсь прикрутить 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-11-10 14:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-10  6:48 [Sysadmins] jabberd 1.4 и SSL (ну и еще PSI) Alexey Sidorov
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

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