Driver Upload issue
-
Upload issue after switching IIS to SSL. I changed the uploadapiurl to match the ssl login of the server but it fails with the following in the console of the browser:
I not sure where to go from here. If I switch it back to the http://FDQN:8080 and login non secure the upload works of course.
-
did you add SSL to all 3 web applications?
-
That would be a nope lol, so do I just need to add 443 and the same cert to the binding for each TOEC-API TOEMS-API and TOEMS-UI? Remotely is already using the domain cert as well as the UI.
-
443 for webui
8443 for toems api
4444 for toecapi, this isn't really needed, since all communication from client is already encrypted,then update toems ui web.config to update both application api url and upload api url. If you do decide to put a cert on the toec api, make sure you update your com server url also in the ui.
-
@theopenem_admin
Well the API works and I can login but now its throwing another error through the console when trying to upload: -
well it says not found, are you sure the upload api url is correct and working on that port?
-
<add key="UploadApiUrl" value="https://theopenem.mc3.local"/>
Does it need to appended with :443 even though it has https in the url?
-
The port needs to be that of the toems api, 8443 according to my example.
-
Sorry misunderstood what you were saying that worked thanks for your help and great product man really nice.