[FFmpeg-trac] #3824(avformat:new): HTTPS->HTTP redirects fail (and confuse the SSL lib)

FFmpeg trac at avcodec.org
Sat Aug 2 00:35:24 CEST 2014


#3824: HTTPS->HTTP redirects fail (and confuse the SSL lib)
----------------------------------+--------------------------------------
             Reporter:  11rcombs  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 Due to an issue in http_open_cnx: we `goto redo;` but never reset
 `lower_proto` to "tcp", so we try to hit the server we were redirected to
 via TLS on port 80. This could be fixed by inserting `lower_proto =
 "tcp";` before the `goto`.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3824>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list