Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Driver Upload issue

    Support
    2
    9
    524
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MC3 last edited by

      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:

      2023-02-22 13_09_31-Window.png

      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.

      1 Reply Last reply Reply Quote 0
      • T
        theopenem_admin last edited by

        did you add SSL to all 3 web applications?

        M 1 Reply Last reply Reply Quote 0
        • M
          MC3 @theopenem_admin last edited by

          @theopenem_admin

          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.

          1 Reply Last reply Reply Quote 0
          • T
            theopenem_admin last edited by

            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.

            M 1 Reply Last reply Reply Quote 0
            • M
              MC3 @theopenem_admin last edited by

              @theopenem_admin
              Well the API works and I can login but now its throwing another error through the console when trying to upload:

              2023-02-23 12_57_57-THEOPENEM.png

              1 Reply Last reply Reply Quote 0
              • T
                theopenem_admin last edited by

                well it says not found, are you sure the upload api url is correct and working on that port?

                M 1 Reply Last reply Reply Quote 0
                • M
                  MC3 @theopenem_admin last edited by MC3

                  @theopenem_admin

                  <add key="UploadApiUrl" value="https://theopenem.mc3.local"/>

                  Does it need to appended with :443 even though it has https in the url?

                  1 Reply Last reply Reply Quote 0
                  • T
                    theopenem_admin last edited by

                    The port needs to be that of the toems api, 8443 according to my example.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      MC3 @theopenem_admin last edited by

                      @theopenem_admin

                      Sorry misunderstood what you were saying that worked thanks for your help and great product man really nice.

                      1 Reply Last reply Reply Quote 0