#nick123-ssl
1 messages · Page 1 of 1 (latest)
I am using Oauth through Instagram on my deno app in dev and when I add my credentials it tries to redirect me back to my site, but then I get this error
are you trying to connect to https://localhost?
you likely don't have a certificate, or the cert is self-signed or something
it's probably easier to use http when you're developing locally
I tried using http but instagram says I have to use https
currently using the callback https://localhost:3000/auth/instagram/callback/
how is instagram involved here?
instagram is the third party I am using for oauth
I have to give them a callback uri
mhm
so, you could issue a self-signed certificate or something, and use that with your local server
you'll need to import the cert into your browser for your browser to trust it, though
ok I'll look into, thank you!
np!