On 11/9/06, Parragh Szabolcs <[EMAIL PROTECTED]> wrote:
>  url-http-parse-response: Trying to parse HTTP response code in odd buffer:

This message will be appeared when url function cannot detect end of
header in http/https response. It seems openssl (wrapper) did not
run or dead.

Are you sure OpenSSH is installed?
And it is in your PATH?

If you have it, try this command.
 openssl s_client -quiet -host meta.nir.hu -port 5353 -verify 0
-CApath ~/.w3/certs
You will see some lines and meets "verify returns:1".
Then please enter "GET / HTTP1.0" then hit RETURN twice.
Http response will comes. Can you get?
# I assume target host is meta.nir.hu:5353

And please check you can access to your https url by usual browser.
https://meta.nir.hu:5353/xxxxxxx/xmlrpc address (used in trac-projects
setting) shows XML-PRC method list visualy.
Can you see it? If not, you should check server side configuration.

And also set to debug mode by (setq url-debug t)
and view (and send) debug output in buffer "*URL-DEBUG*".

Btw, there are some tickets related with https.
Do you checked them?
http://trac.edgewall.org/query?status=new&status=assigned&status=reopened&summary=%7Ehttps&order=priority

-- 
Shun-ichi GOTO

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
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