ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Ivanov <seriv@parkheights.dyndns.org>
To: community@altlinux.ru
Subject: Re: [Comm] [JT] TLS and SSL - difference?
Date: Wed, 02 Feb 2005 10:04:27 -0500
Message-ID: <4200EBFB.6080202@parkheights.dyndns.org> (raw)
In-Reply-To: <4200A154.9090602@ricom.ru>

[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]

Alexey Morsov wrote:

> Привет,
> 
> а в чем разница (для почтового клиента) что использовать дял связи с 
> сервером - TLS (который на 25 порту) или SSL который на другом порту...
> Я правильно понимаю что для сервера это в принципе одно и тоже?* TLS 
> вроде как вариация на тему SSLv3?
> 
Вы попробуйте подключаться к 25-му порту и к 465-му двумя способами. 
Один способ - телнетом,
$ telnet <hostname> 25
$telnet <hostname> 465,
и второй - при помощи openssl:
$ openssl s_client -connect <hostname>:465
$ openssl s_client -connect <hostname>:25
Это полезное упражнение.
А если вкратце сказать что я сам из него вынес -
если почтовый сервер слушает на 25 порту, и поддерживает TLS, то вначале 
соединение происходит нешифрованным (то есть надо соединяться телнетом), 
и только потом клиент говорит команду starttls и после этого уже телнет 
становится бесполезным.
А на 465-й порт телнетом изначально бесполезно идти.
Мне кажется что 465-й порт - это как враппер для тех древних клиентов 
(или для новых, но всё равно им как атавизм достался), которые не умели 
делать starttls. И, кстати, если клиент вовсе не знает ни SSL ни TLS, то 
при помощи stunnel его можно подключать к 465-му порту.
А если поддержка древностей не существенна, то, как мне кажется, лучше 
слушать на 25 порту с TLS.
	Сергей.

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 2551 bytes --]

      reply	other threads:[~2005-02-02 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-02  9:45 Alexey Morsov
2005-02-02 15:04 ` Sergey Ivanov [this message]

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=4200EBFB.6080202@parkheights.dyndns.org \
    --to=seriv@parkheights.dyndns.org \
    --cc=community@altlinux.ru \
    /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 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