Rest Call Trust Error

I’m currently trying to call a function from a button on a UD form via REST. Unfortunately I keep getting this error.

I’m not well versed on this topic and am looking for someone to point me in the right direction to solve this issue. Thank you.

I ran into this.
In your client config file, look at the value in your HomePageURL node. It must be a fully qualified domain name, not an alias.

2 Likes

Can SSL certs be self signed? Or do they need to be done via a CA?

Yes.

CA certs will be trusted and just work. Self-signed will need to be added to the trusted store on each browser. (Some do this with GPO within AD)

I tried to install the self signed cert manually, still getting a trust error. Is there anything I may be missing?

Like Olga mentioned above, make sure the server name in the cert matches the one in the call.

Sounds good. I’ll give that a try.

I wrote here how certs work SSL Certs and Mobile CRM - #2 by Olga

1 Like

thanks. we got it working by redeploying the self cert on the server, then applying the cert to the local machine.

4 Likes