-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docs for certificates are bad #26
Comments
@osamabinsaleem That docs page is pretty bad. Essentially, you will need:
Example: |
@InDieTasten Currently, following the SSL step and I am stuck at generating certificate step:
The issue is at certbot step where I am receiving the below error:
I am using the paid version of ngrok and the issue presented above is similar to this ticket https://community.letsencrypt.org/t/ngrok-endpoint-keeps-failing-challenge/212580 certbot version - 2.10.0 Any insights to overcome this issue is appreciated thanks for your help |
@deshneni-akhil Can you try to create a CNAME record of a custom domain towards your ngrok domain and try to get a certificate issued to the CN of your custom domain? |
@InDieTasten Thanks for suggesting a workaround, I have setup a custom domain with CNAME record to ngrok however I indeed received the same error failing HTTP101 challenge therefore instead of doing HTTP validation I did a DNS validation using certbot.
By executing this step, I got a privkey and fullchain as output and I have used openssl to generate pfx file as instructed.
Post this step, I have followed the document to configure .env variables and have started the project where I observe the below output
The bot was not able to join the call ngrok server is working in background FYI the policy has been enabled and teams call has been placed to the policy enabled user. Let me know if you need any information thanks. |
@deshneni-akhil Looks like your bot is not receiving requests from the platform (I'd expect POST requests to /api/calling) |
@osamabinsaleem wrote:
The text was updated successfully, but these errors were encountered: