Dear dudes and wannabe hackers,
To let the weewx upload the data to the servers you may modify the code 
provided above. With the insertion of an proxy auth handler (beginning at 
line 473) it looks like this:

proxy = 
urllib2.ProxyHandler({'http':'username:password@proxyurl:proxyport'})
auth = urllib2.HTTPBasicAuthHandler()
opener = urllib2.build_opener(proxy, auth, urllib2.HTTPHandler)
urllib2.install_opener(opener)

Done. Thanks to my foreman.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to