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

Error: self signed certificate #3

Open
mushir3589 opened this issue Jul 9, 2018 · 1 comment
Open

Error: self signed certificate #3

mushir3589 opened this issue Jul 9, 2018 · 1 comment

Comments

@mushir3589
Copy link

How to setup genieacs-sim for https genieacs-TR-69 server

@akcoder
Copy link

akcoder commented Oct 19, 2022

Create a shell script to run the simulator. And put this in there:

#!/bin/sh
# If the self-signed cert is in your cert chain, then tell Node to import those certs by uncommenting the next line
#export NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt
# If you cannot import the self-signed cert into your cert chain, uncomment this line
#export NODE_TLS_REJECT_UNAUTHORIZED=0

./genieacs-sim --acs-url="https://your-url.com:7548/" --processes 100

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

2 participants