-
Notifications
You must be signed in to change notification settings - Fork 86
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
local https with trusted certificate #39
Comments
Hi, @rokonec Did you get any solution for this. I have my ssl enabled Jenkins and I want to connect smee with it. I have added NODE_EXTRA_CA_CERTS but getting the same issue as above. Please let me know if you have sort this out |
Hi, |
There are a few ways to do this. You can try setting A lot of people run into issues with this method and its usually because of the way the certificate was generated. It needs to be either the full certificate full CA Chain or at least the Root CA certificate. You also need to be running Node 7.3.0 or above. You could also set If you have your API running locally, one easy way to make it https with a valid certificate to use expose.sh. You can run There is a guide here. |
Hello,
I am having issue to connect to local service running at SSL.
I need to run this on local SSL as this service uses OAUth authentification with other services, which requires SSL redirect.
Thanks a lot for help. Roman
The text was updated successfully, but these errors were encountered: