17 Dec 2019

How to fix ngrok reconnecting (x509 certificate signed by unknown authority)

reconnect-issue

In our forge learning tutorial sample for listening to callbacks we use ngrok, some developers are facing  "x509: certificate signed by unknown authority".

To fix this you need to create a configuration file `ngrok.yml`, the detail documentation of configuration settings is provided here 

In this case we need to mention root_cas to 'Trusted'

root_cas: trusted

 

This question has been asked in stackoverflow 

Following gif shows how to do it.

fix

 

Related Article

Posted By

Madhukar Moogala

Madhukar Moogala

A technology agnostic, constant learner, and a Forge advocate who works primarily on AutoCAD and Forge Design Automation using both desktop and cloud programming techniques. He has been with Autodesk since 2013, started his career as C++ programmer, explored everything that has come in his way be it Lisp or Wix, passionate about modern technologies and loves troubleshooting. In his free time if not on desk, he...