Are you using http proxying when you browse to the server? Have you tried to do<br><br>$ curl <a href="http://DOMAINHERE/">http://DOMAINHERE/</a><br><br>If that works, connecting with a plain socket should work too. Otherwise, I believe urllib has support for a proxying server, check the docs.
<br><br><div><span class="gmail_quote">On 9/5/07, <b class="gmail_sendername">Lamonte Harris</b> <<a href="mailto:pyth0nc0d3r@gmail.com">pyth0nc0d3r@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Anyone got an answer for this?<br><br>
<div><span class="gmail_quote">On 9/3/07, <b class="gmail_sendername">Lamonte Harris</b> <<a href="mailto:pyth0nc0d3r@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pyth0nc0d3r@gmail.com
</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Yeah I can browse it like normal. For some reason though my News System that worked like a charm just stopped working also. Is there any alternatives that I could try to use to POST to a PHP script?
<br><br>
<div><span><span class="gmail_quote">On 9/3/07, <b class="gmail_sendername">Tim Golden</b> <<a href="mailto:mail@timgolden.me.uk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mail@timgolden.me.uk
</a>> wrote:</span></span>
<div><span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">[Tim Golden]<br>>> To do the obvious, can you open a socket connection<br>>> to the domain you're using?
<br>>><br>>> <code><br>>> from socket import socket<br>>> socket ().connect (("DOMAINHERE", 80)) <br>>><br>>> </code><br>>><br>>> or does it give you the same error?
<br><br>[Lamonte Harris]<br>> Yeah I basically got the same error.<br>><br>> Traceback (most recent call last): <br>> File "<stdin>", line 1, in <module><br>> File "<string>", line 1, in connect
<br>> socket.error: (10053, 'Software caused connection abort')<br><br>OK, then *something's* blocking access to that host (at least) <br>on port 80. Can you browse the web normally from this machine?<br>In particular, can you browse to that site ("DOMAINHERE")?
<br><br>TJG<br></blockquote></span></div></div><br></blockquote></div><br>
<br>--<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div>
<br>