Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

SSL over proxy is broken in Python 3.4 #2869

Open
Raniz-at-Sony opened this issue Jan 8, 2015 · 2 comments
Open

SSL over proxy is broken in Python 3.4 #2869

Raniz-at-Sony opened this issue Jan 8, 2015 · 2 comments

Comments

@Raniz-at-Sony
Copy link

I don't know if these were changed between 3.3 and 3.4, but it's not working for me now:

  • Socket.sendall requires bytes as input and not strings.
  • HTTPResponse no longer supports the "strict" parameter.

As far as I can tell, everything is in connection.py in the proxy_ssl method.

tiznull added a commit to tiznull/boto that referenced this issue Jan 16, 2015
We had the same issue as report in ticket boto#2869.

These are the problems that this update fixes:
* Socket.sendall requires bytes as input and not strings.
* HTTPResponse no longer supports the "strict" parameter.
@tiznull
Copy link

tiznull commented Jan 16, 2015

You can pull a fix I posted for this same issue.

https://github.com/tiznull/boto/compare/boto:develop...patch-1?quick_pull=1

@AkshivBaluja
Copy link

Thanks for the fix ! , it has allowed me to use boto for python 3.4 over secure proxy !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants