October 7, 200520 yr Greetings. I have a script in a FMP6 solution, written by a vendor, which retrieves data using an import step. It performs an HTTP request, and uses an XSL style sheet, then performs the import. The problem is, as soon as we change the URL to HTTPS (which it should be), the step fails. I know the URL is correct because it works fine outside of FMP. The vendor suggests we have to change a setting on our network. The network manager and I debugged a few things, but see no issues. Anyone know if there are settings specific to FMP or FMP server (5.5) where I can modify things to make this work? thanks in advance, Heather
October 7, 200520 yr FMP does not support https. However, you can proxy the request with a http->https proxy.
Create an account or sign in to comment