marcellourbani / vscode_abap_remote_fs

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

"Failed to connect to ID8:AxiosError: Request failed with status code 404"- VS Code to SAP server connection issue #202

Open Dev4Develop opened 8 months ago

Dev4Develop commented 8 months ago

Hi @marcellourbani / Team,

Need your help to resolve the issue.

Context: To connect SAP system from VS Code via "ABAP remote filesystem extension". Our Demo SAP system is hosted on Azure cloud and VS code is in local system.

I followed all below instructions

  1. ADT_SRV activated in SICF

image

  1. Test Service working image

  2. Provided the same URL in Settings.json file

image

Note that Fiori Launch pad is working. I'm aware its port 44300 as its https image

Also we are able to ping the server from terminal image

marcellourbani commented 8 months ago

Hello First of all, we need /sap/bc/adt, not /opu/... Secondly, no need for / at the end of the URL. Last, there's a known bug in certificate handling which might break tls connections

I do have a fix almost ready for the last one

Regards Marcello

Dev4Develop commented 8 months ago

Thanks @marcellourbani .

I've changed the URL without '/' but I still see the issue.

image

Is it because of the same certificate issue? If so, let me know when the fix will be available,

Last, there's a known bug in certificate handling which might break tls connections

image

marcellourbani commented 8 months ago

404 usually means you can't reach the server. Perhaps you need a proxy Can you reach that URL with REST client?