typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 426 forks source link

Please document HTTPS support in README #296

Open tmaier opened 6 years ago

tmaier commented 6 years ago

I wonder about the HTTPS support in hotel.

I was able to find a few answers, but I think it should be more clearly described in the README

leighhalliday commented 6 years ago

I wasn't able to get the certificate trusted on a Mac either... does anyone have a solution?

Aid19801 commented 6 years ago

Trying to get fetch reqs working on React Native. Appears Android doesn't fetch anything http, consequently been trying for the last 36 hours to get a simple mock of my json-server live as a httpS://foo.bar but zero success.

I have a mock npm run startServer that kicks off an instance of json server with a db.json array, that works fine. But getting hotel to proxy calls to https://foo.bar and bounce them to http://foo.bar seems either not documented or not documented clearly.

Can someone update the ReadMe?

tmaier commented 6 years ago

@Aid19801 I did not fully understand your issue. Maybe we can start off to collect what we know in a Q&A style here in this issue. Could you try to write a question (like in the issue above) and an answer for that as well as comment here?

dteirney commented 5 years ago

The HTTPS certificate generated for hotel won't show as secure in Chrome (even if trusted in Keychain Access) as the subject alternate name is for "http://example.org/webid#me" rather than *.localhost.

StefanoDeVuono commented 5 years ago

@dteirney Same.

I think it's pretty clear how this doesn't work. I don't think it's at all clear how (or even if) this does work.

jinjie commented 4 years ago

Sorry to revive this issue after 2+ years. Is there a fix or workaround to make the cert trusted on my development host? It is quite frustrating not able to develop the site in Safari