Recommended Posts

Why would you be seeing a SSL cert when opening up mail from paypal? I just looked at some email from paypal in in gmail, invoices and such for use of it. Official stuff, and there is no cert from paypal that I can see in there.

Are you saying the email was signed with a vmware cert?

Could you give some more details of how and when your seeing this. What are the details of the cert, next tab over on the top

Why would you be seeing a SSL cert when opening up mail from paypal? I just looked at some email from paypal in in gmail, invoices and such for use of it. Official stuff, and there is no cert from paypal that I can see in there.

Are you saying the email was signed with a vmware cert?

Could you give some more details of how and when your seeing this.

I bought a few things from ebay using Paypal, and I receive my receipts to my live.co.uk email address using the Windows Live Mail client

When I click on the paypal email to read it, a certificate error window pops up asking if I want to continue, cancel, or have a look at the certificate

If I click continue I can view the paypal email, if I click to look at the certificate, the window I posted above appears

but live mail is a online service is it not? So that would cert for any email on their server?

I will have to file up the live mail client and check it out.. I have a live.com address, but just view it online - I don't use the client.

Have to run for work, but will check on it later today. What does it show in that details section.. Might be able to get a few clues to where the cert is coming from.

but live mail is a online service is it not? So that would cert for any email on their server?

I will have to file up the live mail client and check it out.. I have a live.com address, but just view it online - I don't use the client.

Have to run for work, but will check on it later today. What does it show in that details section.. Might be able to get a few clues to where the cert is coming from.

You can use it offline, bit like Outlook I suppose but I always use it online. I've never seen this problem before on any email in this client.

The last time I can remember getting certificate errors was when I had a weird combo of proxies and AP's and a 3G Dongle connection, and IE would give Cert errors on nearly every webpage, but that was on a different machine in a different life

This machine is wired to dd-wrt router > openreach modem > phone socket.

-----

Been looking through the message source details and came across this at the bottom

https://102.112.2O7....123456?pageNam=e=3Dsystem_email_PP1003=22

When I googled the first IP part of the URL I found some posts with people complaining that that URL was causing their Outlook to crash with PP emails

Another thing I noticed is the images on the PP emails are broken with red X in their place.

Can't see anything in there about certificates, here is some of the sender info if it helps (Removed things that looked sensitive to PP)

Authentication-Results: hotmail.com; sender-id=pass (sender IP is 173.0.84.227) [email protected]; dkim=pass header.d=paypal.co.uk; x-hmca=pass
X-SID-PRA: [email protected]
X-SID-Result: Pass
X-DKIM-Result: Pass
X-Message-Status: p:1:n
X-AUTH-Result: PASS

Received: from mx0.slc.paypal.com ([173.0.84.227]) by BAY0-MC4-F12.Bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4900);
	 Mon, 21 May 2012 01:06:20 -0700
DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws;
	s=dkim; d=paypal.com;
	h=DKIM-Signature:Received:Date:Message-Id:Sender:Subject:X-MaxCode-Template:To:From:X-Email-Type-Id:X-XPT-XSL-Name:Content-Type:MIME-Version;


DKIM-Signature: v=1; a=rsa-sha1; d=paypal.co.uk; s=dkim; c=relaxed/relaxed;
	q=dns/txt; [email protected];;

but that https link is a link right, not a source of some image or anything?

I don't show anything wrong with that cert

post-14624-0-97449700-1337615179.jpg

So there must be something in that email that is calling a https link for say an image in that message, so when you try and load the image that cert is causing the popup because you don't trust the CA.

When you look at the source of the message, look for all the img tags, are they using https in the location of the image, if so try to open them up on your own and check out the cert used.

So this message is offline right? So something in that message must be trying to access something via https that is not quite right. Look in the message for anything with https url in it.. But it happens when you just open the email right, your not following some link in it?

If your using a proxy, then sure that could cause a problem with cert, if they are trying to do a mitm on your ssl traffic and they replace all the certs with the one from the proxy. But if that was the case you would think any https thing you followed would be causing you the warning.

But sure if you don't allow the cert to be used, and image is being loaded via https - then it couldn't load and you would get a red x vs the image.

Found this image URL in the source

<a href=3D=22https://www.paypal.com/uk=22><img =

src=3D=22http://images.paypal.com/en_US/i/logo/logo_emailheader_113wx46h.gi=

f=22 border=3D=220=22 alt=3D=22PayPal=22/></a>

I wonder if the last part of that URL should be .gif - the URL works if I make it so.

I'm not running a proxy, I have a direct BB connection.

The message is offline now yea, but the certificate error only happens when I open the message for the first time, even though I have not installed the Cert, once I hit Continue it never questions it again until I receive a new PP email

I think your right about the image URL being the cause. Because it is https: and the URL is broken its confusing it somewhat, but why it would even mention vmware is confusing

so show that url as

http://images.paypal.com/en_US/i/logo/logo_emailheader_113wx46h.gi=

that image url is not https from what you posted. The link off click the image would be https://www.paypal.com which I show as a valid cert signed by verisign.

yeah gi seems wrong to me as well.. But from the code you listed that image would not be over a https connection.

Can you sniff your traffic while you create the problem, so we can see where its going to get this cert. Happy to look at the sniff if you send to me in PM, if you don't feel like posting public that sort of info.

I would be VERY curious as well to what is causing this - I would be worried about attempts to mitm your ssl traffic, etc! More than likely its just a goof up on something.. But until you track down what is causing it, it is very wise to be concerned.

so show that url as

http://images.paypal.com/en_US/i/logo/logo_emailheader_113wx46h.gi=

that image url is not https from what you posted. The link off click the image would be https://www.paypal.com which I show as a valid cert signed by verisign.

yeah gi seems wrong to me as well.. But from the code you listed that image would not be over a https connection.

Can you sniff your traffic while you create the problem, so we can see where its going to get this cert. Happy to look at the sniff if you send to me in PM, if you don't feel like posting public that sort of info.

I would be VERY curious as well to what is causing this - I would be worried about attempts to mitm your ssl traffic, etc! More than likely its just a goof up on something.. But until you track down what is causing it, it is very wise to be concerned.

What would you use to sniff? Wireshark ?

I'll stick a sticky note on my desktop to remind me about it because I don't have any PP emails on their way atm, and I've already opened and hit continue on the ones I have received so far so they won't bring it up again

I've tried marking them as unread then opening them again but it doesn't have any effect.

Any other site, I wouldn't really have thought about it, but seeing vmware certs on a PP email rang alarm bells

Adding the correct .gif in place of the .gi shows the correct PP logo, and as the images are broken on the email I say that is at least one problem it has.

http://images.paypal.com/en_US/i/logo/logo_emailheader_113wx46h.gif

yeah bad coding in the email, and bad ssl certs -- would ring alarm bells for me as well.

yeah wireshark is what I would use.

You have found an interesting issue -- very curious to what it turns out to be!

but that https link is a link right, not a source of some image or anything?

Here is the full footer with that URL included.

&lt;span =
class=3D=22xptFooter=22&gt;Copyright =A9 1999-2012 PayPal. All rights =
reserved.&lt;br/&gt;&lt;br/&gt;PayPal (Europe) S.=E0 r.l. et Cie, =
S.C.A.&lt;br/&gt;Soci=E9t=E9 en Commandite par Actions&lt;br/&gt;Registered Office: =
5th Floor 22-24 Boulevard Royal L-2449, Luxembourg&lt;br/&gt;RCS Luxembourg B =
118 349&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span style=3D=22color: =23333333;font-family: =
arial,helvetica,sans-serif;font-size:11px;=22&gt;&lt;span class=3D=22xptFooter =
ppid=22&gt;PayPal Email ID PP843&lt;/span&gt;&lt;/span&gt;&lt;img height=3D=221=22 =
width=3D=221=22 =
src=3D=22https://102.112.2O7.net/b/ss/paypalglobal/1/G.4--NS/123456?pageNam=
e=3Dsystem_email_PP843=22 border=3D=220=22 =
alt=3D=22=22/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;=

Comparing the source from the Client vs Hotmail server, the source is different.

The above is from the WLMail Client

This below is from the online server

at the bottom of any page.&lt;/p&gt;&lt;p&gt;Copyright =A9 2012 =
PayPal. All rights reserved.&lt;br/&gt;&lt;br/&gt;PayPal (Europe) S.=E0 r.l. et Cie, =
S.C.A.&lt;br/&gt;Soci=E9t=E9 en Commandite par Actions&lt;br/&gt;Registered office: =
22-24 Boulevard Royal, L-2449 Luxemburg&lt;br/&gt;RCS Luxemburg B 118 =
349&lt;/p&gt;&lt;img height=3D=221=22 width=3D=221=22 =
src=3D=22https://102.112.2O7.net/b/ss/paypalglobal/1/G.4--NS/123456?pageNam=
e=3Dsystem_email_PP1003=22 border=3D=220=22 alt=3D=22=22/&gt;&lt;p =
class=3D=22xptFooter ppid=22&gt;PayPal Email ID =
PP1003&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;=

I've copied from around the same point to the very end of the email, and you can see even before the Copyright section on the first line it is already different, along with quite a bit more of it

Could the client be causing the problem ?

The valid window of March 13 means it's a recent change, and secondly, I don't think many websites do a one-year cert.

BUT... do you have another computer than you can open the same email in the same way as you are right now and see if it prompts the same? Preferably a computer on the same network, same OS, same mail client.

I'm wondering if it isn't a man in the middle attack. I did an extensive lab on it in one of my classes and it looked similar to this. Just wish certs showed what was trying to access that server.

A client should not be changing the source of the email that is for damn sure -- something wrong there!!!

You sure your not just looking at different emails? One says ID is PP1003, other says PP843 -- not sure why footers would be different if same time frame, same type of email. From those numbers does not look like your looking at the same email. Could you have a cache issue?

Pretty sure they were the same emails, I checked the item I was getting the receipt for along with the time of the emails (My mistake, the PP1003 is another PP email, I got them both more or less at the same time and checked the source of the one above in haste)

But an update, I ordered another couple of things, and got my receipts for them from PP again, this time running wireshark prepared for the certificate error, and surprise surprise because I was ready for it this time, I got no errors, the emails opened fine without complaints.

Between the original errors and these ones I had to move the router and disconnect the power to get the cable where I needed it.

Router is running DD-WRT, possibly it had cached something causing the problem that the reboot cleared ?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Win11Debloat 2026.06.14 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 2026.06.14 changes: This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in #626 Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire Download: Win11Debloat 2026.06.14 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Still using Microsoft Money 2005 in 2026 here!
    • I have a couple to mention, and they still run great on Windows 11 Adobe Lightroom Version 2 Alcohol 120% CLZ Book, Comic, Game, Movie, & Music Collector (PC - No longer sold / Grandfathered in - now mobile apps/online only) DVDDecrypter ISO Buster Pro version 1.9.1 (Still supports HD-DVD too) Nero Burning Rom 8 (Only the burning software, no backup, media converter, etc)   OpenAL (Runtime) - GuildWars 1 Reforged still uses it for 3d headphone audio PowerDVD 12 Ultra SPTD (SCSI Pass through Direct Driver) UltraISO Windows Media Encoder 9 WinImage You can tell I still sport an optical drive    
    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
    • you can also do this with this tool: PowerSettingsExplorer made by mbk1969 at 3dguru forum.. I found it by accident researching on modern standby and annoying quirks of it in 2022
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!