Skip to content

Add support to a self signed certificate #440

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

Closed
bilthon opened this issue Apr 14, 2016 · 3 comments
Closed

Add support to a self signed certificate #440

bilthon opened this issue Apr 14, 2016 · 3 comments
Labels
state:duplicate Duplicate of already reported issue

Comments

@bilthon
Copy link

bilthon commented Apr 14, 2016

I've been trying to do this myself for the last couple of days but without much success. I've tried to follow the steps outlined here. Using my own certificate created by this command:

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/nginx.key -out /etc/ssl/nginx.crt

I'm using an nginx frontend correctly configured, since I can access the parse-server urls via browser, albeit with the security exception warning.

Does anyone have any advice on how to proceed?

@shehabic-work
Copy link

Use https://letsencrypt.org/ , it's free, pretty easy to use, open-source and takes only 1 hour to get used to it.

@ralphilius
Copy link

I am using Let's Encrypt but I got SocketTimeoutException: Read timed out when calling a cloud function. Not sure if it's really supported.

@rogerhu
Copy link
Contributor

rogerhu commented Mar 9, 2017

Duplicate of: #429.

Please feel free to submit a contribution. Now that we have standardized on OkHttp3, you should be able to do review https://github.com/square/okhttp/wiki/HTTPS#customizing-trusted-certificates.

@rogerhu rogerhu closed this as completed Mar 9, 2017
@rogerhu rogerhu added the state:duplicate Duplicate of already reported issue label Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:duplicate Duplicate of already reported issue
Projects
None yet
Development

No branches or pull requests

5 participants