#nick123-ssl

1 messages · Page 1 of 1 (latest)

jade robin
#

could you provide a bit more context about where you're getting this error?

tiny zodiac
#

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

jade robin
#

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

tiny zodiac
#

I tried using http but instagram says I have to use https

jade robin
#

how is instagram involved here?

tiny zodiac
#

instagram is the third party I am using for oauth

#

I have to give them a callback uri

jade robin
#

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

tiny zodiac
#

ok I'll look into, thank you!

jade robin
#

np!