Displaying 4 results from an estimated 4 matches for "_sslobj".
Did you mean:
_aclobj
2018 Mar 26
4
Re: [PATCH v7 6/6] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
On Mon, Mar 26, 2018 at 11:41 AM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Sun, Mar 25, 2018 at 08:05:14PM +0000, Nir Soffer wrote:
> > When using the sdk, you can select both the image format and sparse, so
> you
> > can create invalid combinations. oVirt selects the allocation for you.
> >
> > storage type image format sparse | allocation
2018 Mar 29
0
Re: [PATCH v7 6/6] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...http.send(buf)
File "/usr/lib64/python3.6/http/client.py", line 986, in send
self.sock.sendall(data)
File "/usr/lib64/python3.6/ssl.py", line 965, in sendall
v = self.send(data[count:])
File "/usr/lib64/python3.6/ssl.py", line 935, in send
return self._sslobj.write(data)
File "/usr/lib64/python3.6/ssl.py", line 636, in write
return self._sslobj.write(data)
BrokenPipeError: [Errno 32] Broken pipe
qemu-img: error while writing sector 25343488: Input/output error
On the server side we see it's something to do with the ticket
expiring:...
2018 Mar 29
2
Re: [PATCH v7 6/6] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...ot;/usr/lib64/python3.6/http/client.py", line 986, in send
> self.sock.sendall(data)
> File "/usr/lib64/python3.6/ssl.py", line 965, in sendall
> v = self.send(data[count:])
> File "/usr/lib64/python3.6/ssl.py", line 935, in send
> return self._sslobj.write(data)
> File "/usr/lib64/python3.6/ssl.py", line 636, in write
> return self._sslobj.write(data)
> BrokenPipeError: [Errno 32] Broken pipe
> qemu-img: error while writing sector 25343488: Input/output error
>
> On the server side we see it's something to...
2011 Sep 08
3
Conga problems
...ckages/luci/lib/ricci_communicator.py", line
56, in __init__
self.ss.connect((self.__hostname, self.__port))
File "/usr/lib64/python2.6/ssl.py", line 309, in connect
self.do_handshake()
File "/usr/lib64/python2.6/ssl.py", line 293, in do_handshake
self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:480: error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol
When I connect to port 11111 using openssl, I receive
'Clients_SSL_certificate_required' and the connection closes.
Also, netstat reports:
tcp 0 0 :::11111...