cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Tools VScode connection to secure ABAP Server (self signed)

vishnucta
Active Participant
0 Kudos

Hi Team,

I have followed the below sap help document to handle to certificate in Fiori Tools.

https://help.sap.com/viewer/a9f57505bbb34a6da3c5ba3a49d409d8/Latest/en-US/4b318bede7eb4021a8be385c46...

I have made changes in

1)Environment variables

2) Installed in local laptop

Still ended up seeing the below error.

Any suggestions and inputs will be appreciated.

BR,

Vishnu P

Accepted Solutions (0)

Answers (3)

Answers (3)

vijay_jala2
Explorer

Hey Vishnu

Change the following setting to True in your ui5.yaml file -

ignoreCertError: true # If set to true, certificate errors will be ignored. E.g. self-signed certificates will be accepted

Hope this resolves your issue.

Regards

Vijay Jala


dv_u
Participant
0 Kudos

Hi Vijay,

I tried, but not able to deploy the application to ABAP repository. Same issue.

0 Kudos

Hi Vijay

Your solution really solves my problem. Now I could run UI5 application via VS code without error.

For delopyment, I got certificate issue again. I added line ignoreCertError: true after configuration: in file ui5-deploy.yaml. Then it could work as well.

Reference Link: https://answers.sap.com/questions/13175867/certificate-error-in-deploy-to-abap-with-fiori-too.html

Thank you so much.

jhodel18
Active Contributor
0 Kudos

Hi Vishnu,

Yes, your issue was posted before I manage to post my blog. I hope it can solve your issue. Let me know if it doesn't.

https://blogs.sap.com/2020/08/10/sap-fiori-tools-deploy-to-abap-server

vishnucta
Active Participant
0 Kudos

In my issue...I am not able to connect to ABAP server and run application

vijay_jala2
Explorer
0 Kudos

I am also having the same issue.

Regards

Vijay Jala

vishnucta
Active Participant
0 Kudos

Hi Vijay,

Let me know if you have any solution.

BR,

Vishnu