Changes between Initial Version and Version 1 of Ticket #1821


Ignore:
Timestamp:
Jul 18, 2007, 10:35:22 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

You need to compile Python (and therefore the socket module) with SSL support.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1821

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #1821 – Description

    initial v1  
    11After trying to log in with CAS, this error is spat out, and the TracCAS plugin is unloaded:
    22
     3{{{
    342007-07-18 16:15:47,574 Trac[main] ERROR: <urlopen error unknown url type: https>
     5}}}
     6{{{
     7#!pytb
    48Traceback (most recent call last):
    59  File "/opt/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    2428    raise URLError('unknown url type: %s' % type)
    2529URLError: <urlopen error unknown url type: https>
     30}}}