On 9 abr, 15:42, John Hampton <[EMAIL PROTECTED]> wrote:
> If you're in a tight spot, it might be time to look for other options
> than apache2+mod_python.
...
> If tracd works, you could try Nginx+tracd[1] or perhaps apache2+fastcgi
> works.

Thanks for the suggestions John, but I can't switch to another HTTP
server as I have plans to install it (in some time) to a well
stablished server (in my university's server), wich I don't and won't
administer:

 * PostgreSQL 8.2.3
 * Apache 2.0.59
 * Python 2.2.4
 * some others described above, and some ones that I will imposse ...

Maybe I will try ''apache2+fastcgi'' tomorrow.

> Also, I've never experienced your issue, nor have any idea why it might
> be so, but the other thing to try is using psycopg2 instead of pyPgSql.

I tried Psycopg 2, and now I have another error-trace:

{{{
...
[Mon Apr 09 22:03:32 2007] [error] [client 192.168.2.52]   File "/usr/
local/lib/python2.4/site-packages/trac/env.py", line 182, in get_db_cnx
\n    return DatabaseManager(self).get_connection()
[Mon Apr 09 22:03:32 2007] [error] [client 192.168.2.52]   File "/usr/
local/lib/python2.4/site-packages/trac/db/api.py", line 75, in
get_connection\n    return self._cnx_pool.get_cnx(self.timeout or
None)
[Mon Apr 09 22:03:32 2007] [error] [client 192.168.2.52]   File "/usr/
local/lib/python2.4/site-packages/trac/db/pool.py", line 101, in
get_cnx\n    cnx = self._connector.get_connection(**self._kwargs)
[Mon Apr 09 22:03:32 2007] [error] [client 192.168.2.52]   File "/usr/
local/lib/python2.4/site-packages/trac/db/postgres_backend.py", line
40, in get_connection\n    return PostgreSQLConnection(path, user,
password, host, port, params)
[Mon Apr 09 22:03:32 2007] [error] [client 192.168.2.52]   File "/usr/
local/lib/python2.4/site-packages/trac/db/postgres_backend.py", line
110, in __init__\n    cnx = psycopg.connect(' '.join(dsn))
[Mon Apr 09 22:03:32 2007] [error] [client 192.168.2.52]
OperationalError: SSL error: cipher or hash unavailable\n
[Mon Apr 09 22:03:33 2007] [debug] ssl_engine_kernel.c(1787): OpenSSL:
Write: SSL negotiation finished successfully
[Mon Apr 09 22:03:33 2007] [info] Connection to child 1 closed with
standard shutdown(server PCDCOM:443, client 192.168.2.52)
}}}

'''''SSL error: cipher or hash unavailable''''' is still present, only
wrapped by another exception.

> Good luck ;)

Thanks, I could be delayed, but I'll never surrender,
Johans Marvin Taboada Villca


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to