Discussion:
SSLError
g***@gmail.com
2018-11-12 18:02:44 UTC
Permalink
Need urgent help. Trying to run a job in Windows Slave and getting this
error. Please help. Will post more information if needed. Installed the
certificate in the VM. It's Windows Server 2016 Datacenter.


ERROR: HTTPSConnectionPool(host='URL', port=443): Max retries exceeded with url: /api/zipdeploy?isAsync=true (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
Traceback (most recent call last):
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\urllib3\contrib\pyopenssl.py", line 444, in wrap_socket
cnx.do_handshake()
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\OpenSSL\SSL.py", line 1907, in do_handshake
self._raise_ssl_error(self._ssl, result)
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\OpenSSL\SSL.py", line 1639, in _raise_ssl_error
_raise_current_error()
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\OpenSSL\_util.py", line 54, in exception_from_error_queue
raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0edc36a8-65bf-4d11-901b-118fb8ef7ede%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ivan Fernandez Calvo
2018-11-13 16:33:07 UTC
Permalink
take a look at this issue of the Azure
CLI https://github.com/Azure/azure-cli/issues/5099 I think is your issue.
Post by g***@gmail.com
Need urgent help. Trying to run a job in Windows Slave and getting this
error. Please help. Will post more information if needed. Installed the
certificate in the VM. It's Windows Server 2016 Datacenter.
ERROR: HTTPSConnectionPool(host='URL', port=443): Max retries exceeded with url: /api/zipdeploy?isAsync=true (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\urllib3\contrib\pyopenssl.py", line 444, in wrap_socket
cnx.do_handshake()
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\OpenSSL\SSL.py", line 1907, in do_handshake
self._raise_ssl_error(self._ssl, result)
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\OpenSSL\SSL.py", line 1639, in _raise_ssl_error
_raise_current_error()
File "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\OpenSSL\_util.py", line 54, in exception_from_error_queue
raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/1bf2e475-c8b1-4ccd-b6d1-fc39cdc8e0b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...