rstudio / httpuv

HTTP and WebSocket server package for R
Other
227 stars 86 forks source link

Errors with https://localhost #217

Closed hongooi73 closed 5 years ago

hongooi73 commented 5 years ago

Hi, are there any known problems with using httpuv to listen on https://localhost, as opposed to http?

The background is that we're trying to enable Azure B2C authentication here and running into problems with the redirect URI. It keeps erroring out with what seems to be a TLS issue:

image (MS Edge screenshot)

It's a https redirect because of Azure policy.

wch commented 5 years ago

Sorry, httpuv currently doesn't support https.