question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bokeh applications hang when using a TLS-secured scheduler

See original GitHub issue

Hi, we’ve been investigating using TLS encryption for securing schedulers running on our cluster. We’ve managed to get almost everything working (which is great!) apart from bokeh applications. When the scheduler starts up, part of what it tells me is this:

distributed.scheduler - INFO -   Scheduler at:   tls://10.0.0.83:33881
distributed.scheduler - INFO -       bokeh at:          10.0.0.83:8787

I can connect to the bokeh applications homepage at that address but if I try to navigate to one of the application pages (/status, say), it doesn’t connect and the browser tells me it’s “Waiting for 10.0.0.83...” Any ideas what’s causing this or how we could work around it?

Note: we’re using distributed v1.19.3, which I’m aware is not the latest release (and I haven’t tested the latest release for this behaviour).

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mrocklincommented, Feb 16, 2018

I wonder if there are others at the Met Office that might be able to help? cc @niallrobinson @jacobtomlinson

0reactions
DPeterKcommented, Mar 8, 2018

Actually, further investigation of this has shown this to just be due to us using an older version of bokeh - it all works fine with the latest version of bokeh 👍 As such I don’t think there’s anything to do here so I’m going to go ahead and close this issue. Thanks @mrocklin for engaging with us on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running a Bokeh server
The Bokeh server executes the application code with every new connection and ... However, you must schedule document updates via a next tick...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found