Hello,
I'm trying to run a LabVIEW web service using the HTTPS protocol. I have published my webservice on a windows server. I tested with another machine (client) this webservice and all works correctly. Then I wanted to enable HTTPS on the web service, so I created a self-signed certificate configured with the server's IP address, which I installed on the server and the client machine (my computer). On the client side, I manage to go through the server, but an error message tells me that it can't find the url of my web service method. It's as if my web service didn't exist, but it works if I use HTTP.
Below are the images of my web service configuration :
I'm also displaying the error I get when I make the request:
Thank you in advance for your reply.