You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't able to get the projects or any other info for a teamcity server running with secured connection.
Output
Traceback (most recent call last):
File "C:\Workspace\VSphereAPI\bin\download_latest_plugin_build.py", line 4, in
tc.get_builds(project="Eclipse")
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 237, in get_builds
**kwargs)
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 92, in inner_func
response = self._get(url)
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 164, in _get
return self._send_request(request)
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 182, in _send_request
raise new_exception
ConnectionError: Failed to connect to https://teamcity-url:443
The text was updated successfully, but these errors were encountered:
Couldn't able to get the projects or any other info for a teamcity server running with secured connection.
Output
Traceback (most recent call last):
File "C:\Workspace\VSphereAPI\bin\download_latest_plugin_build.py", line 4, in
tc.get_builds(project="Eclipse")
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 237, in get_builds
**kwargs)
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 92, in inner_func
response = self._get(url)
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 164, in _get
return self._send_request(request)
File "C:\Python27\lib\site-packages\pyteamcity\legacy\legacy.py", line 182, in _send_request
raise new_exception
ConnectionError: Failed to connect to https://teamcity-url:443
The text was updated successfully, but these errors were encountered: