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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: hjtoi-bugzilla, Assigned: samuel)

Details

Attachments

(1 file)

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.
I assume this should work. Does anyone have a server I could test it on?
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+
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.
QA Contact: petersen → rakeshmishra
Comment on attachment 104722 [details] [diff] [review] add https support sr=darin
Attachment #104722 - Flags: superreview+
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.

Attachment

General

Creator:
Created:
Updated:
Size: