You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, developers have to bypass an SSL warning after installing ILP Kit and running it in development mode. It's also easy to forget to edit your hosts file and there isn't a very clear error if you forget.
Proposed Solution
We could register a domain like ilp-local-dev.com and then get an SSL certificate with common names wallet1.ilp-local-dev.com, wallet2.ilp-local-dev.com and wallet3.ilp-local-dev.com. Then we could ship the dev web proxy with this SSL certificate as the default and change the instructions in the DEV setup guide to recommend wallet1.ilp-local-dev.com as the hostname.
Finally, we can put up an actual webserver at wallet1.ilp-local-dev.com which tells people to go edit their hosts file.
The text was updated successfully, but these errors were encountered:
Problem
Right now, developers have to bypass an SSL warning after installing ILP Kit and running it in development mode. It's also easy to forget to edit your hosts file and there isn't a very clear error if you forget.
Proposed Solution
We could register a domain like
ilp-local-dev.com
and then get an SSL certificate with common nameswallet1.ilp-local-dev.com
,wallet2.ilp-local-dev.com
andwallet3.ilp-local-dev.com
. Then we could ship the dev web proxy with this SSL certificate as the default and change the instructions in the DEV setup guide to recommendwallet1.ilp-local-dev.com
as the hostname.Finally, we can put up an actual webserver at
wallet1.ilp-local-dev.com
which tells people to go edit their hosts file.The text was updated successfully, but these errors were encountered: