Hi there,
Currently I have an issue where a MS script is launched from an API Endpoint, example:
http://0.0.0.0:2222/Scriptname?Var1=12345
It works fine but the URL needs to include "https", an SSL certificate is needed.
I have tried using IIS with self signed certificates to no avail, my question is:
Is there a particular way that is used for MS scripts that I am missing to achieve this?
Thank you
API Endpoints SSL Certificate
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: API Endpoints SSL Certificate
How about use a tunnel, e.g. https://ngrok.com
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: API Endpoints SSL Certificate
This seems like a great tool, thank you for the reply.