Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular

    WAN Remote Access Issue

    Support
    2
    33
    3739
    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.
    • D
      daymickcorr @theopenem_admin last edited by

      @theopenem_admin
      reverse proxy

      1 Reply Last reply Reply Quote 0
      • D
        daymickcorr @theopenem_admin last edited by

        @theopenem_admin yes

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

          And your reverse proxy is forwarding to that server on port 444?

          D 1 Reply Last reply Reply Quote 0
          • D
            daymickcorr @theopenem_admin last edited by

            @theopenem_admin
            no
            the reverse proxy sends to http://local.fqdn:8000
            remotely and com web services receive remote transactions as if they were local

            the reverse proxy interacts with the web server and then sends back the info to the client

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

              It seems the proxy is the issue then. I would try this:

              For the remotely url, put in http://local.fqdn:8000, then initialize remote access. After it's done change the url to the proxy but don't initialize it again.

              It's all I can come up with at the moment, not sure if it would work. I would need to run some tests with a reverse proxy, which I haven't done yet.

              D 4 Replies Last reply Reply Quote 0
              • D
                daymickcorr @theopenem_admin last edited by

                @theopenem_admin

                I have done this

                change com to local fqdn
                enable remote acess
                change com to public fqdn
                change remote access url to public fqdn
                intiliaize remote acess
                enable remote access server from com cluster

                the entry was added, after configuration.

                toec tells me it cannot reach com, but app is able to reach com on public name.
                with internal com and public remotely, toec tells me remotely cannot be validated

                The reverse proxy I use is haproxy.

                can you explain to me what is happening ? what the theopenem is trying to do to interact with each other.

                I have tried inspecting with fiddler and on IIS observation I don't have any interactions and in the logs I have nothing. The documentation is not helping me

                I use the reverse proxy so that all my hosted web servers goes out through 443 redirections are based on urls also the reverse proxy takes care of creating, assigning, renewing and distributing ssl certificates, I can also modify each transaction add monitoring authentication etc

                1 Reply Last reply Reply Quote 0
                • D
                  daymickcorr @theopenem_admin last edited by

                  @theopenem_admin
                  With the reverse proxy I cannot host directly the web server externally because i cannot validate let's encrypt certificates with the infrastructure, so I have to use self signed certificates and expose directly the servers with no middleware, I don't feel safe doing this because on the self signed certificates the certificate authority is private not public, so you can mitm the public toec clients .

                  Also watchguard, sonicwall etc all use reverse proxies now

                  1 Reply Last reply Reply Quote 0
                  • D
                    daymickcorr @theopenem_admin last edited by

                    @theopenem_admin I was going through logs and on toec before having com communications error I have ApiRequest - The Request Was Unauthorized Provision/ComConnectionTest/ the request does not appear on approval requests even with all approvals disabled I have the same issue

                    1 Reply Last reply Reply Quote 0
                    • D
                      daymickcorr @theopenem_admin last edited by

                      @theopenem_admin Ok for toec the com api seems to refuse to allow toec, because of an authentification issue caused by the reverse proxy.
                      what kind of security is used on the rest api of the com server for it to need to have a specific origin ?

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

                        Can you put your toec-api log into debug mode?

                        In your toec api web.config, about 2/3 down find level value="INFO", change it to DEBUG.

                        Have your external client try to checkin and post the log

                        D 2 Replies Last reply Reply Quote 0
                        • D
                          daymickcorr @theopenem_admin last edited by

                          @theopenem_admin
                          This is way more information thank you, it's really appreciated

                          ClientApi.log

                          Also I had an issue with a .net core rest api where it would not support reverse proxies
                          I had used this information to add the support and it worked, maybe you could see some useful information

                          https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-5.0#configure-nginx

                          https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-5.0

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

                            Your log indicates a certificate error. Did you install the Toems certs on the com server?

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              daymickcorr @theopenem_admin last edited by

                              @theopenem_admin yes I can upload the certs if you want
                              I have generated the certificates with the public name set for the com server I don't know if this changes something

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

                                Can you provide a screenshot showing the toems ca is installed in the root certificate authority?

                                D 7 Replies Last reply Reply Quote 0
                                • D
                                  daymickcorr @daymickcorr last edited by

                                  @daymickcorr 917c089e-b914-4b83-9771-e2cc693bd355-image.png

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    daymickcorr @theopenem_admin last edited by

                                    @theopenem_admin
                                    Ok I installed the bad intermediate certificate, sorry I'll update soon about remotely

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      daymickcorr @theopenem_admin last edited by

                                      @theopenem_admin
                                      Remotely has had a strange issue the installation failed on the client
                                      When I try to run the deployment command manually I get this application cannot be executed on your pc and the installer weighs 0 bytes.

                                      I'm going to check on the remotely side I saw that there was a cors setting, How would i redeploy the remotely ?

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        daymickcorr @theopenem_admin last edited by

                                        @theopenem_admin FrontEnd.log

                                        Ok the app server contains the remotely files and the folder does not sync with the com server

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          daymickcorr @theopenem_admin last edited by

                                          @theopenem_admin
                                          It's strange it tells me back that the certificates are invalid and it is giving me again the authorization issue, i'm reinstalling the certificates on both app and com server

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            daymickcorr @theopenem_admin last edited by

                                            @theopenem_admin

                                            on the toec api i'm recieving these error messages

                                            4fe1b914-c623-4391-9fae-878464388e23-image.png

                                            1 Reply Last reply Reply Quote 0