Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using HTTPS? #11

Open
micah-williamson opened this issue Feb 17, 2016 · 2 comments
Open

Using HTTPS? #11

micah-williamson opened this issue Feb 17, 2016 · 2 comments

Comments

@micah-williamson
Copy link

I am setting up an Ionic app that uses OpenID to authenticate. The authentication endpoint will not accept my request as the callback url is an http url. I searched the docs and the source of ripple but couldn't find anything in the settings that would allow https. Could this be added?

@TimBarham
Copy link
Member

Thanks @iamchairs - would you be able to provide the code you're using to authenticate with OpenID so I can look into this?

@thirdwheel
Copy link

Recognising that this comes over five years too late, I had this issue with CORS in newer versions of Chrome, though using Cordova and the old in-browser Ripple emulator - ended up using a separate web server to handle HTTPS and proxy all requests to Cordova. That approach might work here, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants