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

    • Dopamine 3.0.6 by Razvan Serea Dopamine is an awesome free audio player which tries to make organizing and listening to music as simple and pretty as possible. Dopamine has been designed for Windows 7, Windows 8.x and Windows 10 and plays mp3, ogg vorbis, flac, wma and m4a/aac music formats quite well. The best part? It's created by long-time Neowin member, Raphaël Godart. If you’re looking for a music player to handle a large music collection, you should definitely give Dopamine a try. Dopamine 3.0.6 changelog: Fixed Manually edited album covers are overwritten on the next collection refresh Fixed AppImage package not working on modern GNU/Linux distributions Deleting song from playlist sometimes fails Playback controls only work when clicking on upper half of the buttons It's unclear that files must be tagged with an external ReplayGain scanner (for example rsgain) before normalization can take effect. Change to Artist or Album tags is not reflected in the song list view nor in the Now Playing information ReplayGain issues Smart playlist filters ignore text containing accents or other special characters Some MP3 files trigger an "MPEG header not found" error due to a too-narrow initial MPEG header scan range Changed Updated the Vietnamese translation Download: Dopamine 3.0.6 | 122.0 MB (Open Source) Links: Home Page | Forum Discussion | Screenshot | Other OSes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!