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
What steps will reproduce the problem?
1. import wsgi_intercept.mechanize_intercept
2. wsgi_intercept.add_wsgi_intercept('some_host', 443, create_fn)
3. b = wsgi_intercept.mechanize_intercept.Browser()
4. response = b.open('https://some_host:443'
What is the expected output? What do you see instead?
The WSGI application receives a value of "http" in environ['wsgi.url_scheme'] rather than "https".
What version of the product are you using? On what operating system?
wsgi_intercept SVN version 55 on GNU/Linux
Please provide any additional information below.
Function make_environ() is currently the only place the scheme is set. WSGI_HTTPSConnection should probably set the scheme to "https".
Original link: http://code.google.com/p/wsgi-intercept/issues/detail?id=20
The text was updated successfully, but these errors were encountered:
Original link: http://code.google.com/p/wsgi-intercept/issues/detail?id=20
The text was updated successfully, but these errors were encountered: