Re: djangoproject.com https access problems

2015-02-28 Thread anton
OK, I will do that, because even IE 11 doesn't work (by the way I use FF 36.0 on Win7 64bit). Anton James Schneider wrote: > The proxy is likely forcing a TLS fallback in a way that Firefox doesn't > like. Ensure you are using the latest version of FF, but even then, unless > you have control

Re: djangoproject.com https access problems

2015-02-27 Thread James Schneider
The proxy is likely forcing a TLS fallback in a way that Firefox doesn't like. Ensure you are using the latest version of FF, but even then, unless you have control off the proxy, there may not be much you can do except open a support ticket with your IT department.

djangoproject.com https access problems

2015-02-27 Thread anton
Hi, at home it works, but in my company the proxy refuses the connection to: https://www.djangoproject.com and my firefox gives me an error: ssl_error_inappropriate_fallback_alert Question: since when did you switch the website to https (or didn't I notice it) Other sites seems to work, is

Re: HTTPS access

2006-08-23 Thread Ian Holsman
does urllib2 ( http://pydoc.org/2.4.1/urllib2.html ) do what you need? On 23/08/2006, at 7:54 PM, zenx wrote: > > "Ruby has different libraries that provide higher-level access to > network protocols such as FTP, HTTP or HTTPS. This article shows the > usage of net::http, net::https, open-uri

HTTPS access

2006-08-23 Thread zenx
"Ruby has different libraries that provide higher-level access to network protocols such as FTP, HTTP or HTTPS. This article shows the usage of net::http, net::https, open-uri and the rio library." (http://www.juretta.com/log/2006/08/13/ruby_net_http_and_open-uri/) I would like django to connect