Closed rayleighko closed 6 years ago
we don't have gitcodeshare certificate file, so if you want certificate file now then i attempt to make certificate file and connect express or nginx~
if we made key file for localhost test, how should we manage key file..? It needs to be accessible to everyone contribute to this project. but key file should be don't reveal in essence. let me know if you have any ideas!
i made google drive share link for key and cert file and shared env filelist before project. i think that not bad solution~
There's a solution for development env.
Click shield
🛡 icon at the right end of address bar in browser, and click Load Unsafe Scripts
.
Now you allowed mixed content
and the site become insecure mode.
It's for only development env.
Done!
We thought our service should also use
https
in the development environment.Because, Facebook use
https
protocol. so, if we usehttp
, our code will not work properly.But, we thought that it wasn't always easy to use
https
on localhost's protocol. so, we need to get some feedback this please.We think our product might be able to use the
proxy
now. please let me know if you have any comments on this.