enableTLS Error when verifying Edge Micro installation on windows 10

Getting below error when trying to verify edge micro installation on windows 10.

commad : edgemicro verify -o {org} -e {env} -k {key} -s {sec}
opts = enableTLS(config, opts);
                 ^


TypeError: Assignment to constant variable.
Solved Solved
0 9 100
1 ACCEPTED SOLUTION

Former Community Member
Not applicable

sorry it took so long. 2.5.11 has a bug. It was fixed in 2.5.12. If you update MG that is the version you will get. I have tested this on windows 10. It works fine.

View solution in original post

9 REPLIES 9

Former Community Member
Not applicable

can you please paste the full stack trace and the config.yaml file?

error.txt

Attached the details

Former Community Member
Not applicable

What virtual host(s) is the edgemicro-auth proxy deployed to? "default", "secure" or both?

Deployed to both !

Former Community Member
Not applicable

One more question. what is the MG version?

current nodejs version is v7.5.0

current edgemicro version is 2.5.11

current nodejs version is v7.5.0 current edgemicro version is 2.5.11

Former Community Member
Not applicable

sorry it took so long. 2.5.11 has a bug. It was fixed in 2.5.12. If you update MG that is the version you will get. I have tested this on windows 10. It works fine.

Thanks so much @srinandans . Update edgemicro to 2.5.12 and works fine.