M-Files COM Error: Network problems are preventing M-Files from communicating with the server. The RPC Server is unavailable

Hello All, 

I have tried every permutation of the following code I can think of and it just will not connect.  The Desktop Application connects fine with all the same settings.

Here is one permutation of the code:

and here is the error.

Any suggestions on what is going on?

Thanks!

Pat

Parents
  • In addition to what Craig said when it comes to the gRPC protocol:
    1. the default communication port is 7766, not 443. This may be the case if it is through a reverse proxy or in the cloud
    2. There must be a valid SSL certificate installed on the server (and on the proxy if such is the architecture), which the client can trust.
    If these conditions are not met, it is normal to return the above error

Reply
  • In addition to what Craig said when it comes to the gRPC protocol:
    1. the default communication port is 7766, not 443. This may be the case if it is through a reverse proxy or in the cloud
    2. There must be a valid SSL certificate installed on the server (and on the proxy if such is the architecture), which the client can trust.
    If these conditions are not met, it is normal to return the above error

Children