Public key certificate #212
Unanswered
marcelopastorino
asked this question in
Q&A
Replies: 1 comment
-
FMData uses the I'd be curious if you are able to make any kind of connection, possibly with a console app running locally, just to see if you can make any kind of HTTP connections to your FileMaker server using standard .NET APIs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We are using FMData (.NET 5 web application )to connect to a FileMaker instance that is secured by an SSL certificate.
I am wondering how can I include the public key certificate (CER) to validate the connection?
We are hosting the app in Azure AppService and currently getting a System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot error message.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions