<html>
<head></head>
<body>
<p>Hi list.</p>
<p>I've a problem on Venue Client, on Ubuntu machines, when I click on "Tools-&gt;Manage Certificates ...". No appears any screen, so, on Debug Mode, I see this error:</p>
<p>"ValueError: time data 'Apr 21 00:52:18 2007 GMT' does not match format '%b %d %H:%M:%S %Y %Z'"</p>
<p>This is the traceback:</p>
<br/>
<p><p>/usr/lib/python2.6/dist-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br/>
&nbsp;&nbsp;import itertools, md5<br/>
/usr/lib/pymodules/python2.6/ZSI/resolvers.py:6: DeprecationWarning: the multifile module has been deprecated since Python 2.5<br/>
&nbsp;&nbsp;import multifile, mimetools, urllib<br/>
Traceback (most recent call last):<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/CertificateManagerWXGUI.py", line 176, in &lt;lambda&gt;<br/>
&nbsp;&nbsp; &nbsp;lambda event, win=win, self=self: self.OnShowNew(event, win))<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/CertificateManagerWXGUI.py", line 237, in OnShowNew<br/>
&nbsp;&nbsp; &nbsp;self.certificateManager, self)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/CertificateManagerDialog.py", line 25, in __init__<br/>
&nbsp;&nbsp; &nbsp;self.identBrowser = IdentityBrowser(self.notebook, -1, self.certMgr)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/IdentityBrowser.py", line 57, in __init__<br/>
&nbsp;&nbsp; &nbsp;CertificateBrowserBase.__init__(self, parent, id, certMgr)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/CertificateBrowserBase.py", line 27, in __init__<br/>
&nbsp;&nbsp; &nbsp;self.Load()<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/CertificateBrowserBase.py", line 86, in Load<br/>
&nbsp;&nbsp; &nbsp;data, columnStrings = self._FormatCert(cert)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/wxgui/IdentityBrowser.py", line 286, in _FormatCert<br/>
&nbsp;&nbsp; &nbsp;valid = self.certMgr.CheckValidity(cert)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/CertificateManager.py", line 375, in CheckValidity<br/>
&nbsp;&nbsp; &nbsp;if self.VerifyCertificatePath(cert):<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/CertificateManager.py", line 405, in VerifyCertificatePath<br/>
&nbsp;&nbsp; &nbsp;issuers = filter(lambda x: not x.IsExpired(), issuers)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/CertificateManager.py", line 405, in &lt;lambda&gt;<br/>
&nbsp;&nbsp; &nbsp;issuers = filter(lambda x: not x.IsExpired(), issuers)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/CertificateRepository.py", line 1340, in IsExpired<br/>
&nbsp;&nbsp; &nbsp;return self.cert.IsExpired()<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/CertificateRepository.py", line 1526, in IsExpired<br/>
&nbsp;&nbsp; &nbsp;return IsExpired(self.cert)<br/>
&nbsp;&nbsp;File "/usr/lib/pymodules/python2.6/AccessGrid3/AccessGrid/Security/Utilities.py", line 52, in IsExpired<br/>
&nbsp;&nbsp; &nbsp;before_tuple = time.strptime(str(before_time),format)<br/>
&nbsp;&nbsp;File "/usr/lib/python2.6/_strptime.py", line 454, in _strptime_time<br/>
&nbsp;&nbsp; &nbsp;return _strptime(data_string, format)[0]<br/>
&nbsp;&nbsp;File "/usr/lib/python2.6/_strptime.py", line 325, in _strptime<br/>
&nbsp;&nbsp; &nbsp;(data_string, format))<br/>
ValueError: time data 'Apr 21 00:52:18 2007 GMT' does not match format '%b %d %H:%M:%S %Y %Z'</p>
<div></div><br/>
On Windows I haven't this problem, and, on both systems, I can execute CertificateManager3.py without problems, only I have this error from VenueClient option. What can I do to solve?</p>
<p>Other question, exists some document about control access? I would like to create venues and restrict access. I know that it can do using Venue Manager, the Security tab in each Venue. But, I don't know how add persons, I see a "Distinguish name", but, how I can know the DN of a Participant? Is necesary that the participant enter on a venue for restrict/permit the access?, or exists some solution to restrict/permit a Participant without enter on a Venue?.</p>
<p><p>Thank you for your time. I apologize for the inconvenience.<br/>
Greetings!</p>
<br/>
<br/>
</body>
</html>