How to disable/bypass certification check

Hi, I’m using Cursor 0.43.5.
I’m developing the code on the server through remote-SSH. The problem is that the network system for the server can’t properly decrypt SSL certificates, and it generally fails to validate SSL.
I believe this is the reason why my Cursor tab isn’t working. However, Cursor Chat and Generation (?Ctrl+K?) are working fine.
Is there any solution to disable or bypass the certificate check? I really want to use the Cursor tab.

Below is the log from Cursor Tab
2024-11-29 06:57:53.411 [info] CURSOR LOG: Finished creating provider!
2024-11-29 07:11:48.412 [info] CURSOR LOG: Finished creating provider!
2024-11-29 07:12:56.345 [info] CURSOR LOG: requestId a6b042aa-0667-43d1-b684-289fb43f621c
2024-11-29 07:12:56.399 [info] CURSOR LOG: requestId 6fd897c5-8ccf-4244-8607-314263706220
2024-11-29 07:12:56.503 [info] CURSOR LOG: Error in streaming cpp (connect error) [internal] self signed certificate in certificate chain
2024-11-29 07:12:56.503 [info] CURSOR LOG: Error in streaming cpp (connect error) [internal] self signed certificate in certificate chain
2024-11-29 07:12:56.567 [info] CURSOR LOG: requestId e773510d-c168-4eac-a62e-eed23c602614
2024-11-29 07:12:56.687 [info] CURSOR LOG: requestId df94f51e-08af-4ed7-9825-bef02d0509e7
2024-11-29 07:12:56.726 [info] CURSOR LOG: Error in streaming cpp (connect error) [internal] self signed certificate in certificate chain
2024-11-29 07:12:56.801 [info] CURSOR LOG: Error in streaming cpp (connect error) [internal] self signed certificate in certificate chain
2024-11-29 07:12:57.613 [info] CURSOR LOG: requestId 3cfc5aea-6a5a-4674-bc70-84fc4b2b5847
2024-11-29 07:12:57.720 [info] CURSOR LOG: requestId 3ae9914b-e717-4f28-b6c4-143313b3d627
2024-11-29 07:12:57.766 [info] CURSOR LOG: Error in streaming cpp (connect error) [internal] self signed certificate in certificate chain
2024-11-29 07:12:57.846 [info] CURSOR LOG: Error in streaming cpp (connect error) [internal] self signed certificate in certificate chain

disabling http2 makes my cursor tab work well