This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients Ian.Wetherbee, orsenthil, pitrou
Date 2011-02-16.08:56:01
SpamBayes Score 0.0013589194
Marked as misclassified No
Message-id <1297846562.73.0.368642302497.issue11220@psf.upfronthosting.co.za>
In-reply-to
Content
curl (7.21.0) fails with the same error message too for the target website. (Is the server doing anything different. For other HTTPS sites (which also use redirection) urllib.request works fine )

senthil@ubuntu:~/python/py3k$ curl -v https://ui2web1.apps.uillinois.edu/BANPROD1/bwskfcls.P_GetCrse
* About to connect() to ui2web1.apps.uillinois.edu port 443 (#0)
*   Trying 64.22.183.24... connected
* Connected to ui2web1.apps.uillinois.edu (64.22.183.24) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal parameter
* Closing connection #0
curl: (35) error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal parameter
History
Date User Action Args
2011-02-16 08:56:02orsenthilsetrecipients: + orsenthil, pitrou, Ian.Wetherbee
2011-02-16 08:56:02orsenthilsetmessageid: <1297846562.73.0.368642302497.issue11220@psf.upfronthosting.co.za>
2011-02-16 08:56:02orsenthillinkissue11220 messages
2011-02-16 08:56:01orsenthilcreate