Thanks, looks like now urllib2 is having problems, here is the error from the log, looks like another 403, but this time from urllib:
Traceback (most recent call last):
File "/home/dkav2015/quote_sms.py", line 14, in <module>
response = client.send_message(number, message)
File "/home/dkav2015/.local/lib/python2.7/site-packages/sinchsms.py", line 79, in send_message
return self._request(self.SEND_SMS_URL + to_number, values)
File "/home/dkav2015/.local/lib/python2.7/site-packages/sinchsms.py", line 40, in _request
connection = urllib2.urlopen(request)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error Tunnel connection failed: 403 Forbidden>
2016-01-08 07:14:42 -- Completed task, took 214.00 seconds, return code was 1.
Is it possible to may be whitelist urllib2 as well?