You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConnectionValidator.checkSapService() - error: unable to verify the first certificate
I have set the environment variable - NODE_TLS_REJECT_UNAUTHORIZED = 0.
and have the vscode profile parameter in settings.json -> "http.proxyStrictSSL": false,
Still doesn't help
clicking back and forth finally makes the wizard close automatically.
The text was updated successfully, but these errors were encountered:
skandasoft
changed the title
verify the first certificate
A connection error occurred, please ensure the target host is available on the network: "http code: UNABLE_TO_VERIFY_LEAF_SIGNATURE"
Jun 6, 2024
Hi,
When using the application generator for fiori to connect to a system and on entering password and clicking on authenticate leads to this error.
ConnectionValidator.checkSapService() - error: unable to verify the first certificate
I have set the environment variable - NODE_TLS_REJECT_UNAUTHORIZED = 0.
and have the vscode profile parameter in settings.json -> "http.proxyStrictSSL": false,
Still doesn't help
clicking back and forth finally makes the wizard close automatically.
{"message":"@sap/fiori:app generator failed - env.on(error) Cannot read properties of undefined (reading 'version')","stack":"TypeError: env.on(error) Cannot read properties of undefined (reading 'version')\n\tat default_1._applyDefaults (C:\Users\kmp0070\AppData\Roaming\npm\node_modules\@SAP\generator-fiori\generators\app-gen-shared\index.js:1:676670)\n\tat default_1.writing (C:\Users\kmp0070\AppData\Roaming\npm\node_modules\@SAP\generator-fiori\generators\app-gen-shared\index.js:1:673385)\n\tat Object. (C:\Users\kmp0070\AppData\Roaming\npm\node_modules\@SAP\generator-fiori\generators\commonlibs\index.js:2:5420103)\n\tat C:\Users\kmp0070\AppData\Roaming\npm\node_modules\@SAP\generator-fiori\generators\commonlibs\index.js:2:4662366\n\tat new Promise ()\n\tat C:\Users\kmp0070\AppData\Roaming\npm\node_modules\@SAP\generator-fiori\generators\commonlibs\index.js:2:4662126\n\tat C:\Users\kmp0070\AppData\Roaming...
The text was updated successfully, but these errors were encountered: