Debugging an issue with the Yahoo email proxyApache VirtualHost with mod-proxy and SSLYahoo Messenger In...
Can you really stack all of this on an Opportunity Attack?
Could an aircraft fly or hover using only jets of compressed air?
Can a monk's single staff be considered dual wielded, as per the Dual Wielder feat?
What is a clear way to write a bar that has an extra beat?
Filter any system log file by date or date range
"You are your self first supporter", a more proper way to say it
How does quantile regression compare to logistic regression with the variable split at the quantile?
How to determine what difficulty is right for the game?
Maximum likelihood parameters deviate from posterior distributions
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
RSA: Danger of using p to create q
Important Resources for Dark Age Civilizations?
Rock identification in KY
How is it possible to have an ability score that is less than 3?
How does one intimidate enemies without having the capacity for violence?
How to format long polynomial?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
expand `ifthenelse` immediately
Why doesn't H₄O²⁺ exist?
What is the word for reserving something for yourself before others do?
What doth I be?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
Perform and show arithmetic with LuaLaTeX
Is it legal for company to use my work email to pretend I still work there?
Debugging an issue with the Yahoo email proxy
Apache VirtualHost with mod-proxy and SSLYahoo Messenger In Proxy ConnectionSquid reverse proxy with optional SSLSSL broken with proxyDebugging proxy with SSL MITM for Linux suggestion?Strange network proxy issueFTP proxy with SSL supportSquid SSL bump with parent proxyDynamically Proxy 3rd party content to httpsSharePoint - HAProxy reverse-proxy (issue with SSL)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Around 7 days ago, Yahoo Mail made a breaking change to the way they handle images in emails. For example, this image:
https://jonnyjordan.com/wp-content/uploads/2018/03/magento-image-upload-button-missing.jpg
would be replaced with this URL, which returns a 400 error:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fjonnyjordan.com%2Fwp-content%2Fuploads%2F2018%2F03%2Fmagento-image-upload-button-missing.jpg&t=1542930092&ymreqid=82730191-abe4-9838-1c9b-03001c01aa00&sig=UOSNzxRTW4bkJE7bbzczKg--~C
However the same image on a different host:
https://i.imgur.com/CNaaenh.jpg
is replaced with this URL, which returns a 200 response:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fi.imgur.com%2FCNaaenh.jpg&t=1542932912&ymreqid=82730191-abe4-9838-1cb9-f00017012900&sig=2xqJh8OvM1uj08ZBqjMnGA--~C
This is replicable across every Yahoo account we've tested. An image on a host will either consistently display or not display. The file path itself seems to make no difference, so I'm guessing it's something to do with the protocol or headers behind those responses.
While we wait for Yahoo to acknowledge this (we're not the only ones having the issue), I wish to determine the cause and work around it.
What possible differences in those responses could cause an image to fail to be proxied?
ssl proxy yahoo
add a comment |
Around 7 days ago, Yahoo Mail made a breaking change to the way they handle images in emails. For example, this image:
https://jonnyjordan.com/wp-content/uploads/2018/03/magento-image-upload-button-missing.jpg
would be replaced with this URL, which returns a 400 error:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fjonnyjordan.com%2Fwp-content%2Fuploads%2F2018%2F03%2Fmagento-image-upload-button-missing.jpg&t=1542930092&ymreqid=82730191-abe4-9838-1c9b-03001c01aa00&sig=UOSNzxRTW4bkJE7bbzczKg--~C
However the same image on a different host:
https://i.imgur.com/CNaaenh.jpg
is replaced with this URL, which returns a 200 response:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fi.imgur.com%2FCNaaenh.jpg&t=1542932912&ymreqid=82730191-abe4-9838-1cb9-f00017012900&sig=2xqJh8OvM1uj08ZBqjMnGA--~C
This is replicable across every Yahoo account we've tested. An image on a host will either consistently display or not display. The file path itself seems to make no difference, so I'm guessing it's something to do with the protocol or headers behind those responses.
While we wait for Yahoo to acknowledge this (we're not the only ones having the issue), I wish to determine the cause and work around it.
What possible differences in those responses could cause an image to fail to be proxied?
ssl proxy yahoo
One of those is your server, right? Check the error logs.
– Michael Hampton♦
Nov 23 '18 at 1:18
add a comment |
Around 7 days ago, Yahoo Mail made a breaking change to the way they handle images in emails. For example, this image:
https://jonnyjordan.com/wp-content/uploads/2018/03/magento-image-upload-button-missing.jpg
would be replaced with this URL, which returns a 400 error:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fjonnyjordan.com%2Fwp-content%2Fuploads%2F2018%2F03%2Fmagento-image-upload-button-missing.jpg&t=1542930092&ymreqid=82730191-abe4-9838-1c9b-03001c01aa00&sig=UOSNzxRTW4bkJE7bbzczKg--~C
However the same image on a different host:
https://i.imgur.com/CNaaenh.jpg
is replaced with this URL, which returns a 200 response:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fi.imgur.com%2FCNaaenh.jpg&t=1542932912&ymreqid=82730191-abe4-9838-1cb9-f00017012900&sig=2xqJh8OvM1uj08ZBqjMnGA--~C
This is replicable across every Yahoo account we've tested. An image on a host will either consistently display or not display. The file path itself seems to make no difference, so I'm guessing it's something to do with the protocol or headers behind those responses.
While we wait for Yahoo to acknowledge this (we're not the only ones having the issue), I wish to determine the cause and work around it.
What possible differences in those responses could cause an image to fail to be proxied?
ssl proxy yahoo
Around 7 days ago, Yahoo Mail made a breaking change to the way they handle images in emails. For example, this image:
https://jonnyjordan.com/wp-content/uploads/2018/03/magento-image-upload-button-missing.jpg
would be replaced with this URL, which returns a 400 error:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fjonnyjordan.com%2Fwp-content%2Fuploads%2F2018%2F03%2Fmagento-image-upload-button-missing.jpg&t=1542930092&ymreqid=82730191-abe4-9838-1c9b-03001c01aa00&sig=UOSNzxRTW4bkJE7bbzczKg--~C
However the same image on a different host:
https://i.imgur.com/CNaaenh.jpg
is replaced with this URL, which returns a 200 response:
https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fi.imgur.com%2FCNaaenh.jpg&t=1542932912&ymreqid=82730191-abe4-9838-1cb9-f00017012900&sig=2xqJh8OvM1uj08ZBqjMnGA--~C
This is replicable across every Yahoo account we've tested. An image on a host will either consistently display or not display. The file path itself seems to make no difference, so I'm guessing it's something to do with the protocol or headers behind those responses.
While we wait for Yahoo to acknowledge this (we're not the only ones having the issue), I wish to determine the cause and work around it.
What possible differences in those responses could cause an image to fail to be proxied?
ssl proxy yahoo
ssl proxy yahoo
asked Nov 23 '18 at 0:30
JonathanJonathan
70811224
70811224
One of those is your server, right? Check the error logs.
– Michael Hampton♦
Nov 23 '18 at 1:18
add a comment |
One of those is your server, right? Check the error logs.
– Michael Hampton♦
Nov 23 '18 at 1:18
One of those is your server, right? Check the error logs.
– Michael Hampton♦
Nov 23 '18 at 1:18
One of those is your server, right? Check the error logs.
– Michael Hampton♦
Nov 23 '18 at 1:18
add a comment |
1 Answer
1
active
oldest
votes
I got this problem today.
Any idea how it can be fixed?
Avast antivirus picks it up and stops access to ecp.yusercontent.com
but the pop up warning keeps coming up with my other browsing sessions
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f941286%2fdebugging-an-issue-with-the-yahoo-email-proxy%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I got this problem today.
Any idea how it can be fixed?
Avast antivirus picks it up and stops access to ecp.yusercontent.com
but the pop up warning keeps coming up with my other browsing sessions
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I got this problem today.
Any idea how it can be fixed?
Avast antivirus picks it up and stops access to ecp.yusercontent.com
but the pop up warning keeps coming up with my other browsing sessions
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I got this problem today.
Any idea how it can be fixed?
Avast antivirus picks it up and stops access to ecp.yusercontent.com
but the pop up warning keeps coming up with my other browsing sessions
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I got this problem today.
Any idea how it can be fixed?
Avast antivirus picks it up and stops access to ecp.yusercontent.com
but the pop up warning keeps coming up with my other browsing sessions
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 4 mins ago
BillBill
1
1
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f941286%2fdebugging-an-issue-with-the-yahoo-email-proxy%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
One of those is your server, right? Check the error logs.
– Michael Hampton♦
Nov 23 '18 at 1:18