Closed
Bug 1072810
Opened 11 years ago
Closed 11 years ago
bugzilla don't accept the ssl_base parameter
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: benmansour_rafik, Unassigned)
Details
Attachments
(1 file)
35.85 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36
Steps to reproduce:
configured the apache server with ssl/tls.
Actual results:
bugzilla won't accept the ssl_base parameters.
Expected results:
bugzilla returned that message "The new value for sslbase is invalid: Failed to connect to www.domaine.com:443; unable to enable SSL."
when you set ssl_base, it verifies that what you've provided is correct (otherwise it would render bugzilla inaccessible).
www.bugsz1.db.com isn't a valid hostname, so bugzilla throws an error.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
if you have a look at the attachment that i sent "https://bugzilla.mozilla.org/attachment.cgi?id=8495092" you'll see that the same domain is provided in the ssl_base field, the main problem is that i can connect to bugzilla using ssl but when providing the URL in the ssl_base field it won't pass.
If i try to test the URL generated by bugzilla the response tell that the server can't understand the URL and return this :
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
Reason: You're speaking plain HTTP to an SSL-enabled server port.<br />
Instead use the HTTPS scheme to access this URL, please.<br />
<blockquote>Hint: <a href="https://www.bugz1.db.com/"><b>https://www.bugz1.db.com/</b></a></blockquote></p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at www.bugz1.db.com Port 443</address>
</body></html>
You need to log in
before you can comment on or make changes to this bug.
Description
•