Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      When IGB first launches, it tries to contact the old wiki host to show the IGB user guide.

      I set up a redirection host that is supposed to redirect any request for "wiki.transvar.org" to the BioViz help page.

      Instead, what's happening is that the redirection is going to:

      https://bioviz.org/help.htmlconfluence/display/igbman/Quick+Start

      Fix this.

        Attachments

          Issue Links

            Activity

            Hide
            ann.loraine Ann Loraine added a comment - - edited

            I've deployed a host "Redirector" (34.199.0.187) which redirects transvar domain requests to either jira.bioviz.org or wiki.bioviz.org.
            Logging into the host to reconfigure the wiki redirection.
            Added AL and NF public keys to the list of authorized logins.

            Show
            ann.loraine Ann Loraine added a comment - - edited I've deployed a host "Redirector" (34.199.0.187) which redirects transvar domain requests to either jira.bioviz.org or wiki.bioviz.org. Logging into the host to reconfigure the wiki redirection. Added AL and NF public keys to the list of authorized logins.
            Hide
            ann.loraine Ann Loraine added a comment -

            Current configuration for wiki.transvar.org, which is not working right now:

            <VirtualHost *:443>
                ServerName wiki.transvar.org
            
                ProxyRequests Off
                ProxyVia Off
            
                <Proxy *>
                     Require all granted
                </Proxy>
            
                SSLEngine On
                SSLCertificateFile /etc/httpd/conf.d/star_transvar_org.crt
                SSLCertificateKeyFile /etc/httpd/conf.d/transvar_privateKey.pem
                SSLCertificateChainFile /etc/httpd/conf.d/DigiCertCA.crt
                Redirect 301 / https://bioviz.org/help.html
            </VirtualHost>
            
            <VirtualHost *:80>
                ServerName wiki.transvar.org
                Redirect 301 / https://bioviz.org/help.html
            </VirtualHost>
            
            Show
            ann.loraine Ann Loraine added a comment - Current configuration for wiki.transvar.org, which is not working right now: <VirtualHost *:443> ServerName wiki.transvar.org ProxyRequests Off ProxyVia Off <Proxy *> Require all granted </Proxy> SSLEngine On SSLCertificateFile /etc/httpd/conf.d/star_transvar_org.crt SSLCertificateKeyFile /etc/httpd/conf.d/transvar_privateKey.pem SSLCertificateChainFile /etc/httpd/conf.d/DigiCertCA.crt Redirect 301 / https: //bioviz.org/help.html </VirtualHost> <VirtualHost *:80> ServerName wiki.transvar.org Redirect 301 / https: //bioviz.org/help.html </VirtualHost>
            Hide
            ann.loraine Ann Loraine added a comment -

            I think the above problem may be due to my browser caching the redirection. My Safari browser does not exhibit the same problem.
            However, I think I should modify the intended redirection so that transvar wiki links will properly redirect to bioviz wiki pages.

            Show
            ann.loraine Ann Loraine added a comment - I think the above problem may be due to my browser caching the redirection. My Safari browser does not exhibit the same problem. However, I think I should modify the intended redirection so that transvar wiki links will properly redirect to bioviz wiki pages.
            Hide
            ann.loraine Ann Loraine added a comment -

            Replaced above configuration with:

            <VirtualHost *:443>
                ServerName wiki.transvar.org
                     
                ProxyRequests Off
                ProxyVia Off
                 
                <Proxy *>
                     Require all granted
                </Proxy>
             
                SSLEngine On
                SSLCertificateFile /etc/httpd/conf.d/star_transvar_org.crt
                SSLCertificateKeyFile /etc/httpd/conf.d/transvar_privateKey.pem
                SSLCertificateChainFile /etc/httpd/conf.d/DigiCertCA.crt
            #    Redirect 301 / https://bioviz.org/help.html
                RewriteEngine on
                RewriteRule "^/?(.*)" "https://wiki.bioviz.org/$1" [R=301,L]
            
            </VirtualHost>
            
            <VirtualHost *:80>
                ServerName wiki.transvar.org
            #    Redirect 301 / https://bioviz.org/help.html
                RewriteEngine on
                RewriteRule	"^/?(.*)" "https://wiki.bioviz.org/$1" [R=301,L]
            

            This appears to be working.

            Show
            ann.loraine Ann Loraine added a comment - Replaced above configuration with: <VirtualHost *:443> ServerName wiki.transvar.org ProxyRequests Off ProxyVia Off <Proxy *> Require all granted </Proxy> SSLEngine On SSLCertificateFile /etc/httpd/conf.d/star_transvar_org.crt SSLCertificateKeyFile /etc/httpd/conf.d/transvar_privateKey.pem SSLCertificateChainFile /etc/httpd/conf.d/DigiCertCA.crt # Redirect 301 / https: //bioviz.org/help.html RewriteEngine on RewriteRule "^/?(.*)" "https: //wiki.bioviz.org/$1" [R=301,L] </VirtualHost> <VirtualHost *:80> ServerName wiki.transvar.org # Redirect 301 / https: //bioviz.org/help.html RewriteEngine on RewriteRule "^/?(.*)" "https: //wiki.bioviz.org/$1" [R=301,L] This appears to be working.
            Hide
            ann.loraine Ann Loraine added a comment -

            To test:

            1. Start IGB
            2. Select Help > Go to IGB User's Guide

            What should happen is that your Web browser should open, showing the following URL:

            Please check.

            Show
            ann.loraine Ann Loraine added a comment - To test: Start IGB Select Help > Go to IGB User's Guide What should happen is that your Web browser should open, showing the following URL: https://wiki.bioviz.org/confluence/display/igbman Please check.
            Hide
            omarne Omkar Marne (Inactive) added a comment -

            The 'Go to IGB User's Guide' option in help in IGB opens the mentioned link https://wiki.bioviz.org/confluence/display/igbman.

            Closing the ticket.

            Show
            omarne Omkar Marne (Inactive) added a comment - The 'Go to IGB User's Guide' option in help in IGB opens the mentioned link https://wiki.bioviz.org/confluence/display/igbman . Closing the ticket.

              People

              • Assignee:
                omarne Omkar Marne (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: