Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17316 > unrolled thread

Re: [Tutor] Localhost client-server simple ssl socket test program problems

Started byChris Angelico <rosuav@gmail.com>
First post2011-12-16 07:36 +1100
Last post2011-12-16 07:36 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [Tutor] Localhost client-server simple ssl socket test program problems Chris Angelico <rosuav@gmail.com> - 2011-12-16 07:36 +1100

#17316 — Re: [Tutor] Localhost client-server simple ssl socket test program problems

FromChris Angelico <rosuav@gmail.com>
Date2011-12-16 07:36 +1100
SubjectRe: [Tutor] Localhost client-server simple ssl socket test program problems
Message-ID<mailman.3701.1323981388.27778.python-list@python.org>
On Fri, Dec 16, 2011 at 6:24 AM, Alexander <rhettnaxel@gmail.com> wrote:
> You're trying to connect to the same port on localhost as a client and a
> server? I don't know for certain but I don't think that should work.
> Two computers?

That's bind() on the server and connect() on the client - the normal
way to do things. That part of the code is fine (far as I can tell -
haven't actually run the code, just eyeballed it).

Chris Angelico

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web