Re: tmda-ofmipd: V2: Internal support for SSL via tlslite package
[email protected] (Jason R. Mastaler) Tue, 27 Feb 2007 14:07:50 -0700
| Newsgroups | gmane.mail.spam.tmda.devel |
|---|---|
| Message-ID | <[email protected]> |
Some testing feedback--
If it's easy to do, maybe you could improve the debugging output when
the user invokes '--ssl' or '--tls' but doesn't use --ssl-cert and
--ssl-key. The current message might not be clear to everyone:
halfdane:~/svn/tmda/trunk jasonrm$ bin/tmda-ofmipd -f -d -p localhost:8025 --ssl
Traceback (most recent call last):
File "bin/tmda-ofmipd", line 404, in <module>
fhc = file(opts.ssl_cert, 'r')
TypeError: coercing to Unicode: need string or buffer, NoneType found