Michael Pasternak has posted comments on this change.

Change subject: sdk: throw error when connecting to ssl site using http protocol
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File src/ovirtsdk/api.py
Line 88: 
Line 89:         # If server returns no response for the root resource, this is 
sign
Line 90:         # that used http protocol against SSL secured site
Line 91:         if type(entry_point) == types.StringType and entry_point == '':
Line 92:             raise UnsecuredConnectionAttemptError
one is codegen another one is product of codegen
Line 93: 
Line 94:         # Store entry point to the context
Line 95:         contextmanager.add('entry_point', entry_point, Mode.R)
Line 96: 


--
To view, visit http://gerrit.ovirt.org/7904
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4a486f0b6dd8b2136d4cee911b9cea18b589e74b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to