marcellourbani / vscode_abap_remote_fs

Remote filesystem for ABAP systems
MIT License
170 stars 28 forks source link

Unable to deploy FIori app to SAP backend System - unable to get local issuer certificate #183

Closed theblock-dev closed 2 years ago

theblock-dev commented 2 years ago

Hi, I have created a Fiori app using the Visual Studio FIori extensions, the preview works fine. However while deploying, I get the certificate issue ERR! builder:custom deploy-to-abap Deployment Failed. ERR! builder:custom deploy-to-abap unable to get local issuer certificate

I have mentioned some params in the yaml files to ignore SSL certificate, but it does not work

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

2) ui5-deploy.yaml configuration: target: url: client: "111" auth: basic useStrictSSL: false
allowSelfSigned: true

The SAP server is a development server. How do we get visual studio to ignore the certificate issue.

Thanks

marcellourbani commented 2 years ago

Hi @theblock-dev This extension is to edit ABAP code, has nothing to do with Fiori or UI5 extensions

I'm not sure what extension is responsible, as I do pretty much no fiori development myself.

Best regards Marcello