Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc fixes for installation #430

Merged
merged 4 commits into from
Jan 30, 2018
Merged

Conversation

yuvipanda
Copy link
Collaborator

  • Don't turn off RBAC
  • Bump version of BinderHub chart being used
  • Provide more descriptive names in a couple places

@choldgraf
Copy link
Member

this LGTM

Copy link
Collaborator

@willingc willingc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks @yuvipanda.

@choldgraf choldgraf merged commit 2df42c5 into jupyterhub:master Jan 30, 2018
@brooksambrose
Copy link

Could be rocker/binder specific problem but got this on first build:

Waiting for build to start...
Cloning into '/tmp/repo2dockernl7u6_zs'...
HEAD is now at 1dd9abf adding image to repo dir
Using Dockerfile builder
Step 1/6 : FROM rocker/binder:3.4.2
 ---> 0a4ac1ddfa5be...
Step 2/6 : USER root
 ---> Running in 4173b8bb7f1f
 ---> d844104ef8ea
Removing intermediate container 4173b8bb7f1f
Step 3/6 : COPY . ${HOME}
 ---> 6f2afd08360c
Removing intermediate container 3ea5a9862135
Step 4/6 : RUN chown -R ${NB_USER} ${HOME}
 ---> Running in 595493bcd175
 ---> 1b0acfb933ea
Removing intermediate container 595493bcd175
Step 5/6 : USER ${NB_USER}
 ---> Running in a9bf95bea4cd
 ---> bd829a2cecd1
Removing intermediate container a9bf95bea4cd
Step 6/6 : RUN if [ -f install.R ]; then R --quiet -f install.R; fi
 ---> Running in 547790ed016e
 ---> 171533de9bce
Removing intermediate container 547790ed016e
[Warning] One or more build-args [NB_UID NB_USER] were not consumed
Successfully built 171533de9bce
Built image, launching...
Launching server...
Internal Server Error

@yuvipanda
Copy link
Collaborator Author

Can you provide the output of logs for the binderhub pod?

@brooksambrose
Copy link

binder-container | 2018-01-31T00:19:39.751161243Z | [I 180131 00:19:39 web:2064] 200 GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1) 464.36ms
-- | -- | --
binder-container | 2018-01-31T00:19:39.751158491Z | ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)

@yuvipanda
Copy link
Collaborator Author

yuvipanda commented Jan 31, 2018 via email

@brooksambrose
Copy link

Sorry that was from google cloud console, here's from kubectl

[I 180131 00:08:35 app:367] BinderHub starting on port 8585
[I 180131 00:15:07 web:2064] 200 GET /v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rst
udio (10.4.0.1) 19.34ms
[I 180131 00:15:08 web:2064] 200 GET /static/logo.svg?v=f9f0d927b67cc9dc99d788c822ca21c0 (10.4.0.
1) 0.96ms
[I 180131 00:15:08 web:2064] 200 GET /static/loading.css?v=b193ff35d8a02b2968e83eabeafac8fb (10.4
.0.1) 0.78ms
[I 180131 00:15:08 web:2064] 200 GET /static/dist/styles.css?v=29c46cc42adc69240d63a4ffa7455fd4 (
10.4.0.1) 81.22ms
[I 180131 00:15:08 web:2064] 200 GET /static/dist/bundle.js?v=fccc0a55a818a2203a45bcf2a600490f (1
0.4.0.1) 159.42ms
[I 180131 00:15:08 web:2064] 200 GET /static/dist/a493884b8da5e40a49761e45e26632b7.woff (10.4.0.1
) 1.64ms
[I 180131 00:18:13 launcher:84] Creating user binder-examples-kerfile-rstudio-00f27v2y for image 
binderhub-local/binder-examples-dockerfile-rstudio:1dd9abfee977bd3524829fce9d8f792790d5db08
2018-01-31 00:18:13,359 WARNING Connection pool is full, discarding connection: 10.7.240.1
[W 180131 00:18:13 connectionpool:277] Connection pool is full, discarding connection: 10.7.240.1
[W 180131 00:18:13 iostream:1332] SSL Error on 12 ('35.227.148.164', 443): [SSL: CERTIFICATE_VERI
        resp = await AsyncHTTPClient().fetch(req)
FY_FAILED] certificate verify failed (_ssl.c:777)
[E 180131 00:18:13 web:1591] Uncaught exception GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1)
    HTTPServerRequest(protocol='http', host='hub.w201rdada.org', method='GET', uri='/build/gh/binder-examples/dockerfile-rstudio/master', version='HTTP/1.1', remote_ip='10.4.0.1', headers={'Host': 'hub.w201rdada.org', 'Pragma': 'no-cache', 'Accept-Language': 'en-us', 'Accept-Encoding': 'gzip, deflate', 'Connection': 'keep-alive', 'Accept': 'text/event-stream', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7', 'Referer': 'http://hub.w201rdada.org/v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio', 'Cache-Control': 'no-cache', 'Dnt': '1'})
    Traceback (most recent call last):
      File "/usr/local/lib/python3.6/site-packages/tornado/web.py", line 1512, in _execute
        result = yield result
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "<string>", line 6, in _wrap_awaitable
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 315, in get
        await self.launch()
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 338, in launch
        server_info = await launcher.launch(image=self.image_name, username=username)
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 86, in launch
        await self.api_request('users/%s' % username, body=b'', method='POST')
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 39, in api_request
        resp = await AsyncHTTPClient().fetch(req)
      File "<string>", line 3, in __await__
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/stack_context.py", line 316, in wrapped
        ret = fn(*args, **kwargs)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 289, in <lambda>
        future, lambda future: callback(future.result()))
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "/usr/local/lib/python3.6/site-packages/tornado/tcpclient.py", line 189, in connect
        server_hostname=host)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/iostream.py", line 1315, in _do_ssl_handshake
        self.socket.do_handshake()
      File "/usr/local/lib/python3.6/ssl.py", line 1068, in do_handshake
        self._sslobj.do_handshake()
      File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
        self._sslobj.do_handshake()
    ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
[I 180131 00:18:13 web:2064] 200 GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1) 184698.47ms
2018-01-31 00:18:17,205 WARNING Connection pool is full, discarding connection: 10.7.240.1
[W 180131 00:18:17 connectionpool:277] Connection pool is full, discarding connection: 10.7.240.1
[E 180131 00:18:17 build:170] log event not json: 'rpc error: code = Unknown desc = Error: No such container: 9f07a00544bc693b70cc0b489d045e11c3ea565880bde132f04e609e4be77001'
[I 180131 00:19:39 web:2064] 200 GET /v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio (10.4.0.1) 3.81ms
[I 180131 00:19:39 web:2064] 304 GET /static/dist/a493884b8da5e40a49761e45e26632b7.woff (10.4.0.1) 0.90ms
[I 180131 00:19:39 web:2064] 304 GET /static/dist/a493884b8da5e40a49761e45e26632b7.woff (10.4.0.1) 1.20ms
[I 180131 00:19:39 launcher:84] Creating user binder-examples-kerfile-rstudio-pjnxtte1 for image binderhub-local/binder-examples-dockerfile-rstudio:1dd9abfee977bd3524829fce9d8f792790d5db08
[W 180131 00:19:39 iostream:1332] SSL Error on 15 ('35.227.148.164', 443): [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
[E 180131 00:19:39 web:1591] Uncaught exception GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1)
    HTTPServerRequest(protocol='http', host='hub.w201rdada.org', method='GET', uri='/build/gh/binder-examples/dockerfile-rstudio/master', version='HTTP/1.1', remote_ip='10.4.0.1', headers={'Host': 'hub.w201rdada.org', 'Pragma': 'no-cache', 'Accept-Language': 'en-us', 'Accept-Encoding': 'gzip, deflate', 'Connection': 'keep-alive', 'Accept': 'text/event-stream', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7', 'Referer': 'http://hub.w201rdada.org/v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio', 'Cache-Control': 'no-cache', 'Dnt': '1'})
    Traceback (most recent call last):
      File "/usr/local/lib/python3.6/site-packages/tornado/web.py", line 1512, in _execute
        result = yield result
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "<string>", line 6, in _wrap_awaitable
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 227, in get
        await self.launch()
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 338, in launch
        server_info = await launcher.launch(image=self.image_name, username=username)
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 86, in launch
        await self.api_request('users/%s' % username, body=b'', method='POST')
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 39, in api_request
        resp = await AsyncHTTPClient().fetch(req)
      File "<string>", line 3, in __await__
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/stack_context.py", line 316, in wrapped
        ret = fn(*args, **kwargs)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 289, in <lambda>
        future, lambda future: callback(future.result()))
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
brooks_dlab@sp1718w201rdada:~/binderhub$ kubectl --namespace=binder log binder-6f7786ff9d-swt99
[I 180131 00:08:35 app:367] BinderHub starting on port 8585
[I 180131 00:15:07 web:2064] 200 GET /v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio (10.4.0.1) 19.34ms
[I 180131 00:15:08 web:2064] 200 GET /static/logo.svg?v=f9f0d927b67cc9dc99d788c822ca21c0 (10.4.0.1) 0.96ms
[I 180131 00:15:08 web:2064] 200 GET /static/loading.css?v=b193ff35d8a02b2968e83eabeafac8fb (10.4.0.1) 0.78ms
[I 180131 00:15:08 web:2064] 200 GET /static/dist/styles.css?v=29c46cc42adc69240d63a4ffa7455fd4 (10.4.0.1) 81.22ms
[I 180131 00:15:08 web:2064] 200 GET /static/dist/bundle.js?v=fccc0a55a818a2203a45bcf2a600490f (10.4.0.1) 159.42ms
[I 180131 00:15:08 web:2064] 200 GET /static/dist/a493884b8da5e40a49761e45e26632b7.woff (10.4.0.1) 1.64ms
[I 180131 00:18:13 launcher:84] Creating user binder-examples-kerfile-rstudio-00f27v2y for image binderhub-local/binder-examples-dockerfile-rstudio:1dd9abfee977bd3524829fce9d8f792790d5db08
2018-01-31 00:18:13,359 WARNING Connection pool is full, discarding connection: 10.7.240.1
[W 180131 00:18:13 connectionpool:277] Connection pool is full, discarding connection: 10.7.240.1
[W 180131 00:18:13 iostream:1332] SSL Error on 12 ('35.227.148.164', 443): [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
[E 180131 00:18:13 web:1591] Uncaught exception GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1)
    HTTPServerRequest(protocol='http', host='hub.w201rdada.org', method='GET', uri='/build/gh/binder-examples/dockerfile-rstudio/master', version='HTTP/1.1', remote_ip='10.4.0.1', headers={'Host': 'hub.w201rdada.org', 'Pragma': 'no-cache', 'Accept-Language': 'en-us', 'Accept-Encoding': 'gzip, deflate', 'Connection': 'keep-alive', 'Accept': 'text/event-stream', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7', 'Referer': 'http://hub.w201rdada.org/v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio', 'Cache-Control': 'no-cache', 'Dnt': '1'})
    Traceback (most recent call last):
      File "/usr/local/lib/python3.6/site-packages/tornado/web.py", line 1512, in _execute
        result = yield result
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "<string>", line 6, in _wrap_awaitable
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 315, in get
        await self.launch()
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 338, in launch
        server_info = await launcher.launch(image=self.image_name, username=username)
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 86, in launch
        await self.api_request('users/%s' % username, body=b'', method='POST')
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 39, in api_request
        resp = await AsyncHTTPClient().fetch(req)
      File "<string>", line 3, in __await__
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/stack_context.py", line 316, in wrapped
        ret = fn(*args, **kwargs)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 289, in <lambda>
        future, lambda future: callback(future.result()))
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "/usr/local/lib/python3.6/site-packages/tornado/tcpclient.py", line 189, in connect
        server_hostname=host)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/iostream.py", line 1315, in _do_ssl_handshake
        self.socket.do_handshake()
      File "/usr/local/lib/python3.6/ssl.py", line 1068, in do_handshake
        self._sslobj.do_handshake()
      File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
        self._sslobj.do_handshake()
    ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
[I 180131 00:18:13 web:2064] 200 GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1) 184698.47ms
2018-01-31 00:18:17,205 WARNING Connection pool is full, discarding connection: 10.7.240.1
[W 180131 00:18:17 connectionpool:277] Connection pool is full, discarding connection: 10.7.240.1
[E 180131 00:18:17 build:170] log event not json: 'rpc error: code = Unknown desc = Error: No such container: 9f07a00544bc693b70cc0b489d045e11c3ea565880bde132f04e609e4be77001'
[I 180131 00:19:39 web:2064] 200 GET /v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio (10.4.0.1) 3.81ms
[I 180131 00:19:39 web:2064] 304 GET /static/dist/a493884b8da5e40a49761e45e26632b7.woff (10.4.0.1) 0.90ms
[I 180131 00:19:39 web:2064] 304 GET /static/dist/a493884b8da5e40a49761e45e26632b7.woff (10.4.0.1) 1.20ms
[I 180131 00:19:39 launcher:84] Creating user binder-examples-kerfile-rstudio-pjnxtte1 for image binderhub-local/binder-examples-dockerfile-rstudio:1dd9abfee977bd3524829fce9d8f792790d5db08
[W 180131 00:19:39 iostream:1332] SSL Error on 15 ('35.227.148.164', 443): [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
[E 180131 00:19:39 web:1591] Uncaught exception GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1)
    HTTPServerRequest(protocol='http', host='hub.w201rdada.org', method='GET', uri='/build/gh/binder-examples/dockerfile-rstudio/master', version='HTTP/1.1', remote_ip='10.4.0.1', headers={'Host': 'hub.w201rdada.org', 'Pragma': 'no-cache', 'Accept-Language': 'en-us', 'Accept-Encoding': 'gzip, deflate', 'Connection': 'keep-alive', 'Accept': 'text/event-stream', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7', 'Referer': 'http://hub.w201rdada.org/v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio', 'Cache-Control': 'no-cache', 'Dnt': '1'})
    Traceback (most recent call last):
      File "/usr/local/lib/python3.6/site-packages/tornado/web.py", line 1512, in _execute
        result = yield result
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "<string>", line 6, in _wrap_awaitable
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 227, in get
        await self.launch()
      File "/usr/local/lib/python3.6/site-packages/binderhub/builder.py", line 338, in launch
        server_info = await launcher.launch(image=self.image_name, username=username)
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 86, in launch
        await self.api_request('users/%s' % username, body=b'', method='POST')
      File "/usr/local/lib/python3.6/site-packages/binderhub/launcher.py", line 39, in api_request
        resp = await AsyncHTTPClient().fetch(req)
      File "<string>", line 3, in __await__
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/stack_context.py", line 316, in wrapped
        ret = fn(*args, **kwargs)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 289, in <lambda>
        future, lambda future: callback(future.result()))
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1063, in run
        yielded = self.gen.throw(*exc_info)
      File "/usr/local/lib/python3.6/site-packages/tornado/tcpclient.py", line 189, in connect
        server_hostname=host)
      File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
        value = future.result()
      File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
        raise_exc_info(self._exc_info)
      File "<string>", line 4, in raise_exc_info
      File "/usr/local/lib/python3.6/site-packages/tornado/iostream.py", line 1315, in _do_ssl_handshake
        self.socket.do_handshake()
      File "/usr/local/lib/python3.6/ssl.py", line 1068, in do_handshake
        self._sslobj.do_handshake()
      File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
        self._sslobj.do_handshake()
    ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
[I 180131 00:19:39 web:2064] 200 GET /build/gh/binder-examples/dockerfile-rstudio/master (10.4.0.1) 464.36ms

@yuvipanda
Copy link
Collaborator Author

yuvipanda commented Jan 31, 2018 via email

@brooksambrose
Copy link

my config is really minimal though, is that right?

prefix: gcr.io/sp1718w201rdada/binder-prod

hub:
  url: https://pod.w201rdada.org

@brooksambrose
Copy link

brooksambrose commented Jan 31, 2018

i have a domain because i wanted HTTPS but hadn't figured out the config. but let me try it without the domain

@yuvipanda
Copy link
Collaborator Author

yuvipanda commented Jan 31, 2018 via email

@brooksambrose
Copy link

yeah sorry I didn't catch that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants