Skip to content

Commit

Permalink
Reenable https... again
Browse files Browse the repository at this point in the history
  • Loading branch information
MGlauer committed May 28, 2019
1 parent 9af9cec commit c92487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oedialect/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def post(self, suffix, query, cursor_id=None, requires_connection_id=False):

port = self.__port if self.__port != 80 else 443

protocol = os.environ.get('OEDIALECT_PROTOCOL', 'http')
protocol = os.environ.get('OEDIALECT_PROTOCOL', 'https')
assert protocol in ['http', 'https']
verify = os.environ.get('OEDIALECT_VERIFY_CERTIFICATE', 'TRUE') == 'TRUE'
ans = sender(
Expand Down

0 comments on commit c92487e

Please sign in to comment.