Closed
Bug 176765
Opened 23 years ago
Closed 23 years ago
XML-RPC does not support https even though comment says it does
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
RESOLVED
FIXED
People
(Reporter: hjtoi-bugzilla, Assigned: samuel)
Details
Attachments
(1 file)
|
724 bytes,
patch
|
hjtoi-bugzilla
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
There is a comment in code that says we support http and https, but the code
checks only for http and throws for all other protocols. It should check and
allow https as well.
| Assignee | ||
Comment 1•23 years ago
|
||
I assume this should work. Does anyone have a server I could test it on?
| Reporter | ||
Comment 2•23 years ago
|
||
Comment on attachment 104722 [details] [diff] [review]
add https support
r=heikki
You could test by trying to connect to any https server, and just see if you
can connect and get any data. Either use ngrep or some such to sniff the
traffic or use alert or something to confirm that you receive some data.
Attachment #104722 -
Flags: review+
Comment 3•23 years ago
|
||
I added SSL support to my webserver, added the patch attached to nsXmlRpcClient.js
and tried an XML-RPC request to an Apache/PHP webserver over HTTPS.
It worked, I got data back fine.
I can't super review can I? ;p But according to one of the mozblog users who use
https this works.
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
Comment 5•23 years ago
|
||
Comment on attachment 104722 [details] [diff] [review]
add https support
sr=darin
Attachment #104722 -
Flags: superreview+
| Assignee | ||
Comment 6•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•