HTTPS in Kepware Universal Device Driver?
I'm looking into utilizing the Universal Device Driver (UDD) for getting data from a REST API, however the API I need to communicate with is on a secure port requiring https. I've found two articles that specifically say TLS is not currently supported by UDD:
- https://www.ptc.com/en/support/article/CS446447?source=search
- https://www.ptc.com/en/support/article/CS442775?source=search
Since the UDD profile is user-defined, I'm still curious if there's a way to implement TLS into the connection via the Javascript profile. Here are my questions I'm looking to get answered:
- Has anyone successfully implemented TLS/HTTPS calls via UDD?
- How does the back-end Script Engine make the calls to the remote host?
- Does the Script Engine use a particular library for the calls?
- Is TLS support on the UDD roadmap?

