Bug 16416 - insecure connection for bug report search
Summary: insecure connection for bug report search
Status: CLOSED FIXED
Alias: None
Product: Project Infrastructure
Classification: Unclassified
Component: Project website (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Liz Rea
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 14:22 UTC by Wolfram Schneider
Modified: 2016-12-05 21:23 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider 2016-05-02 14:22:13 UTC
On the page https://koha-community.org/support/search-bugs/

I searched for a bug report. I put in the string "boston" and pressed the submit button. 

In Firefox and Safari I get a popup warning from the browser:

"The information you have entered on this page will be sent over an insecure connection and could be read by a third party.

Are you sure you want to send this information?"

In the source code I see:

<form action="http://bugs.koha-community.org/bugzilla3/buglist.cgi" method="get">

the protocol "http" should be replaced with "https"