Re: Rare SSL failures on eelpout

Поиск
Список
Период
Сортировка
От Shawn Debnath
Тема Re: Rare SSL failures on eelpout
Дата
Msg-id 20190306030706.GA3967@f01898859afd.ant.amazon.com
обсуждение исходный текст
Ответ на Re: Rare SSL failures on eelpout  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: Rare SSL failures on eelpout
Список pgsql-hackers
On Wed, Mar 06, 2019 at 11:13:31AM +1300, Thomas Munro wrote:
> So... can anyone tell us what happens on Windows?

Voila!

C:\Users\Shawn Debnath\Desktop>systeminfo
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.17763 N/A Build 17763
[...]

C:\Users\Shawn Debnath\Desktop>c:\Python27\python.exe tmunro-ssl-test.py --server


C:\Users\Shawn Debnath\Desktop>c:\Python27\python.exe tmunro-ssl-test.py --client
Sending A...
2
Sending B...
[Errno 10054] An existing connection was forcibly closed by the remote host
Sending C...
[Errno 10054] An existing connection was forcibly closed by the remote host
Traceback (most recent call last):
  File "tmunro-ssl-test.py", line 57, in <module>
    client()
  File "tmunro-ssl-test.py", line 51, in client
    print s.recv(1024)
socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host


-- 
Shawn Debnath
Amazon Web Services (AWS)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: few more wait events to add to docs
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Rare SSL failures on eelpout