Https port set up

please make sure the xpath that you have used while invoking service is correct.

Regards,
Syed Faraz Ahmed

I have used same xpath which I used for http. expect the port number.

like: http://host:5555/rest/folderName/REST and https://host:5556/rest/folderName/REST

Is there anything which I’m missing out.

Why you are putting “/Rest” at the end?
Remove that and try invoking the service.

Regards,
Syed Faraz Ahmed

Hi,

/REST is a folder where _post resides. I tried removing that its a same issue.

The requested URL can’t be reached
The service might be temporarily down or it may have moved permanently to a new web address.
Network error.

In that case folder name should be present.

What is the access mode of the Https Port?
Set it to allow by default.

Regards,
Syed Faraz Ahmed

Hi Faraz,

Access mode is allow by default.

Hi Monica,

Following things needs to be taken care.

  1. ACL’s for the service should be allowed to the user.
  2. Port Acess should be enabled.
  3. IP Acess Should be enabled.
  4. Path should be correct for the asset/Service.

When you say Service cannot be accessed then two things come into picture here.

  1. Path is incorrect,
  2. check connectivity between the server and client.

Regards,
Syed Faraz Ahmed

Hi Faraz,

All the settings mentioned are in place. It works for http but not for https. So I guess there is no connectivity issue also.
How do we get IS cert installed on Chrome browser/ Advanced Rest Client.

As far as i know there can be only two reasons.
Either path is incorrect or connectivity issue.

You can import certificates by following the below path:

Go to chrome settings → Search for HTTPS → Manage Certificates → Import.

Regards,
Syed Faraz Ahmed