Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-7187

FIWARE.Request.Tech.Data.Stream-oriented.example of tunneling over 443 with TUNS server with Kurento

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None
    • HD-Chapter:
      Data
    • HD-Enabler:
      Kurento

      Description

      Dear FIWARE coach,
      we forward you a support request received from a CreatiFI applicant we are
      not able to solve.
      Please let us know if you need direct contact with the submitter.
      Thanks.

      ****************************

      Dear
      Is there an example or suggested reference for tunneling over 443 for
      corporate envirenments?
      thxs

      ****************************

      Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
      Please, send your messages using the new domain (Fiware-creatifi-coaching@lists.fiware.org) instead of the old one.
      _______________________________________________
      Fiware-creatifi-coaching mailing list
      Fiware-creatifi-coaching@lists.fiware.org
      https://lists.fiware.org/listinfo/fiware-creatifi-coaching
      [Created via e-mail received from: Andrea Maestrini <amaestrini@create-net.org>]

        Issue Links

          Activity

          Hide
          silviocretti Silvio Cretti added a comment -

          Dear,
          I suggest you to forward the issue to the Kurento expert
          BR

          Show
          silviocretti Silvio Cretti added a comment - Dear, I suggest you to forward the issue to the Kurento expert BR
          Hide
          llopez NaevaTeC Development Team added a comment -

          You will need to install a TURN server for that. We have tested and used coturn. Once installed, you'll need to edit the configuration file /etc/turnserver.conf

           # Avoid FW using well known ports
           listening-port=80
           tls-listening-port=443
           min-port=49152
           max-port=65535
           fingerprint
           lt-cred-mech
           realm=kurento.org
           no-stdout-log
           user=$TURN_USERNAME:$TURN_PASSWORD
           external-ip=$public_ip/$local_ip
           $([ "$IS_SSL" = "true" ] && echo "cert=$SSL_CERT_FILE")
           $([ "$IS_SSL" = "true" ] && echo "pkey=$SSL_KEY_FILE")
          

          There are some environment variables that have been defined in the host, but you can put the values directly in the file:

          • $IS_SSL = if SSL is enabled
          • $SSL_CERT_FILE = location of the cert file
          • $SSL_KEY_FILE = location of the key file
          • $TURN_USERNAME = username of the TURN server
          • $TURN_PASSWORD = password for the user

          There is also a StackOverflow question about this here

          Show
          llopez NaevaTeC Development Team added a comment - You will need to install a TURN server for that. We have tested and used coturn . Once installed, you'll need to edit the configuration file /etc/turnserver.conf # Avoid FW using well known ports listening-port=80 tls-listening-port=443 min-port=49152 max-port=65535 fingerprint lt-cred-mech realm=kurento.org no-stdout-log user=$TURN_USERNAME:$TURN_PASSWORD external-ip=$public_ip/$local_ip $([ "$IS_SSL" = " true " ] && echo "cert=$SSL_CERT_FILE" ) $([ "$IS_SSL" = " true " ] && echo "pkey=$SSL_KEY_FILE" ) There are some environment variables that have been defined in the host, but you can put the values directly in the file: $IS_SSL = if SSL is enabled $SSL_CERT_FILE = location of the cert file $SSL_KEY_FILE = location of the key file $TURN_USERNAME = username of the TURN server $TURN_PASSWORD = password for the user There is also a StackOverflow question about this here
          Hide
          silviocretti Silvio Cretti added a comment -

          Dear,
          I forwarded your feedback to the accelerator, so before closing the ticket we wait some applicant feedback
          BR

          Show
          silviocretti Silvio Cretti added a comment - Dear, I forwarded your feedback to the accelerator, so before closing the ticket we wait some applicant feedback BR
          Hide
          silviocretti Silvio Cretti added a comment -

          Dear expert,
          the applicant sent an update
          BR

          Show
          silviocretti Silvio Cretti added a comment - Dear expert, the applicant sent an update BR
          Hide
          llopez NaevaTeC Development Team added a comment -

          Where is the update. Can you please copy in this issue?

          Show
          llopez NaevaTeC Development Team added a comment - Where is the update. Can you please copy in this issue?
          Hide
          silviocretti Silvio Cretti added a comment -

          Dear,
          sorry I was thinking that you can see when an accelerator replys to the mailing list and the update appears in the HELC.

          Here the update: HELC-1464

          BR

          Show
          silviocretti Silvio Cretti added a comment - Dear, sorry I was thinking that you can see when an accelerator replys to the mailing list and the update appears in the HELC. Here the update: HELC-1464 BR

            People

            • Assignee:
              llopez NaevaTeC Development Team
              Reporter:
              fw.ext.user FW External User
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: