February 25, 20169 yr Newbies In the Publish script you can set $useSSL at the top of the script but it's set again further down about line 128 or 129 if you are on fmp14. # #============================================== # Function: Publishes your calendar through the Zulu plugin # Parameters: none # Notes: This script tells FileMaker Server to update the CalendarList records for each published calendar. # Author: 360Works # Version: 2 #============================================== # #================= Zulu Configuration Options =================# # #On a hosting provider installation of Zulu 2, please set this variable to the application name you set during the installation. Set Variable [ $ZuluApplicationName ; Value:"zulu" ] # #If you're using a Multiple Machine Server Deployment, edit the line below, making $webPublEngineHost the IP address of your Web Publishing Engine. Set Variable [ $webPubEngineHost ; Value: Get(HostIPAddress) ] # #If you've modified your installation port, please modify this variable. If not, leave it as it is. Set Variable [ $port; Value:If ( $installationOption = "Plugin" ; ":8040" ) ] # #If you'd like your installation to use HTTPS by default, set this value to "Yes". Set Variable [ $useSSL; Value:"Yes" ] If you set it here it gets overwritten at line 128 Edit #Is Zulu installed as a Plugin or a Servlet? Set Variable [ $installationOption ; Value:// "Plugin" "Servlet" // Uncomment one of the two lines above by removing the // from the front of the line. ] # #Is Zulu installed on a server using SSL? Set Variable [ $useSSL; Value:"No" //"Yes" // Uncomment one of the two lines above by removing the // from the front of the line. ] #
February 25, 20169 yr Yes, we actually identified this the other day. It should be fixed in the next store update of Zulu.
Create an account or sign in to comment