Skip to content

Instantly share code, notes, and snippets.

@kylewm
Created January 7, 2015 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylewm/bba65e07fd1ee35fcfe7 to your computer and use it in GitHub Desktop.
Save kylewm/bba65e07fd1ee35fcfe7 to your computer and use it in GitHub Desktop.
SNI error
[E 150107 22:46:57 web:1407] Uncaught exception GET /?url=https%3A%2F%2Faaronparecki.com%2Fimages%2Faaronpk.png&op=noop&sig=46133c3d83024a48d160cc51f4fcc10be494232b (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:3991', method='GET', uri='/?url=https%3A%2F%2Faaronparecki.com%2Fimages%2Faaronpk.png&op=noop&sig=46133c3d83024a48d160cc51f4fcc10be494232b', version='HTTP/1.0', remote_ip='127.0.0.1', headers={'Connection': 'close', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate', 'Cookie': '_pk_id.1.9736=eab7d6451abc35fc.1408738809.293.1416532989.1416527743.; _pk_ref.1.9736=%5B%22%22%2C%22%22%2C1416532680%2C%22https%3A%2F%2Ffeedbin.com%2F%22%5D; remember_token=kylewm.com|46324bf890bd67b03d6504ab93c6e256609edc78; session=eyJfZnJlc2giOmZhbHNlLCJfaWQiOiI3ZWMyOGJiYjNiNTdjOTQwZjllMjIzZWE4M2U1OGI0MCIsInVzZXJfaWQiOiJreWxld20uY29tIn0.B49IZA.q-wa3-A2OiLLXFCNkKi-53hfMnY', 'Host': 'localhost:3991', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0'})
Traceback (most recent call last):
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/web.py", line 1334, in _execute
result = yield result
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/gen.py", line 628, in run
value = future.result()
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/concurrent.py", line 109, in result
raise_exc_info(self._exc_info)
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/gen.py", line 631, in run
yielded = self.gen.throw(*sys.exc_info())
File "/srv/www/kylewm.com/pilbox/pilbox/app.py", line 143, in get
resp = yield self.fetch_image()
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/gen.py", line 628, in run
value = future.result()
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/concurrent.py", line 109, in result
raise_exc_info(self._exc_info)
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/gen.py", line 631, in run
yielded = self.gen.throw(*sys.exc_info())
File "/srv/www/kylewm.com/pilbox/pilbox/app.py", line 185, in fetch_image
proxy_port=self.settings.get("proxy_port"))
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/gen.py", line 628, in run
value = future.result()
File "/srv/www/kylewm.com/pilbox/venv2/lib/python2.7/site-packages/tornado/concurrent.py", line 111, in result
raise self._exception
SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment