Hello, I have configured FME-Server for httpS. following this description https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/configuring_for_https.htm. But now is the file upload no longer working. "There was an error uploading the file"(https://docs.safe.com/fme/html/FME_Server_Documentation/WebUI/Uploading_data_files.htm) Any help is highly appreciated. Thanks.
After configuring FME Server for HTTPS --- file upload is no longer working
Best answer by gazza
Thank you for your reply: I can confirm that to have modified Service URLs to Use HTTPS? - But I am NOT able to run a workspace and use other web services [data download, job submitter etc]. E.g. trying to run Samples\\austindownload.fmw --> "There was an error submitting the job." --- What are the correct service URLs? Eg: Login on https://fme.test.com/fmeserver/ ==> https://fme.test.com/fmedatadownload OR https://fme.test.com/fmeserver/fmedatadownload ?
The most common reason for that error after setting up SSL is that FME Server does not trust itself, as the cert hasn't been imported into FME Server's trusted certs. Can you confirm you did this stage:
- Import the Keystore into FME Server's trusted certs
- In a command prompt, from <FMEServerDir>\\Utilities\\jre\\bin\\, use the following command to import the keystore into FME Server's trusted certs, specifying the srcstorepass argument with the password from step 1.
- keytool -importkeystore -noprompt -srckeystore tomcat.keystore -destkeystore "<FMEServerDir>\\Utilities\\jre\\lib\\security\\cacerts" -deststorepass changeit -srcstorepass <password>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.