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
// from stack overflow: https://stackoverflow.com/a/35633993/11606641
7
7
// Your fix is insecure and shouldn't really be done at all, but is often done in development (it should never be done in production).
8
8
// The proper solution should be to put the self-signed certificate in your trusted root store OR to get a proper certificate signed by an existing Certificate Authority (which is already trusted by your server).
0 commit comments