#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac