Closed
Bug 1031305
Opened 10 years ago
Closed 10 years ago
Capacity server URLs are dead and prevent connection
Categories
(Chat Core :: Yahoo! Messenger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: qheaden, Assigned: qheaden)
Details
Attachments
(1 file)
942 bytes,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
When signing into your Yahoo messenger account, the PrPl needs to contact a Yahoo capacity URL to determine which messenger server is available for the user to log into.
The current URLs we are using seem to have gone dead, and they need to be changed so that users can continue logging into their accounts.
Comment 1•10 years ago
|
||
I was curious if the round-robin just supplies the same IP (as one of the choices) as this domain, but it does not:
$ dig @8.8.8.8 scsa.msg.yahoo.com
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 scsa.msg.yahoo.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1379
;; flags: qr rd ra; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;scsa.msg.yahoo.com. IN A
;; ANSWER SECTION:
scsa.msg.yahoo.com. 227 IN CNAME vcs0.msg.g03.yahoodns.net.
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.56
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.88
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.41
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.80
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.116
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.44
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.73
vcs0.msg.g03.yahoodns.net. 157 IN A 66.196.114.97
;; Query time: 30 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jun 27 09:59:30 2014
;; MSG SIZE rcvd: 203
$ dig @8.8.8.8 vcs1.msg.yahoo.com
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 vcs1.msg.yahoo.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32102
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;vcs1.msg.yahoo.com. IN A
;; ANSWER SECTION:
vcs1.msg.yahoo.com. 416 IN CNAME vcs1.us1.msg.vip.gq1.yahoo.com.
vcs1.us1.msg.vip.gq1.yahoo.com. 418 IN A 66.196.120.43
;; Query time: 26 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jun 27 09:59:47 2014
;; MSG SIZE rcvd: 87
Assignee | ||
Comment 2•10 years ago
|
||
This patch changes the Yahoo capacity server URL to one that is set up to be redundant among their multiple capacity information servers.
Attachment #8447182 -
Flags: review?(clokep)
Updated•10 years ago
|
Attachment #8447182 -
Flags: review?(clokep) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•