Modify ↓
      
        Opened 16 years ago
Closed 16 years ago
#5729 closed defect (invalid)
Not all browser will display an ftp page within an https Trac instance
| Reported by: | Ryan J Ollos | Owned by: | Russ Tyndall | 
|---|---|---|---|
| Priority: | normal | Component: | TracTabPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
If I try to render an ftp page within my https Trac instance, the page will not be displayed. I've tested this with a couple of browsers on Win Vista x64.
- Opera 9.64 - okay
 - Safari 4.0.3 - okay
 - Firefox 3.0.13 - okay
 - Chrome 2.0.172.39 - displays 'Oops! This link appears to be broken.'
 - IE 8
- Prompts: Do you want to view only the webpage content that was delivered securely?
 - Select no
 - Displays: Internet Explorer cannot display the webpage
 
 
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Status: | new → assigned | 
|---|
it sounds like maybe you want to point it at ftps:// instead of ftp://, when viewing content over a secure connection some browsers refuse to show insecure content (such as an iframe to another insecure domain) for obvious security concerns.
comment:3 Changed 16 years ago by
| Resolution: | → invalid | 
|---|---|
| Status: | assigned → closed | 
Problem was not related to TracTabPlugin.
Note: See
        TracTickets for help on using
        tickets.
    


I think this ticket may actually be invalid. I will close the ticket after I do a bit more testing.