Sendgrid's links produce a can't establish a secure connection - sendgrid

We are using for few months now sendgrid's click tracking feature and since this morning some of our customers could not be redirected to our platform through Sendgrid generated links.
They have the error :
Safari can't establish a secure connection to the server "u6012831.ct.sendgrid.net"
I cannot reproduce it on my side.
any ideas were it could come from and how to fix that permanently?

We have the same problem. From our side when we test our newsletter (not made with a template from SendGrid but from our own cms / newsletter) we cannot reproduce the problem - besides of these facts:
-Thunderbird / Mac shows an similar info, but there you can click 'send it through SendGrid anyway' and it opens the link correctly
-Outlook / Windows - there when you allow downloading all the images, then it works too
-the link should be implemented into text, not shown as simple url. Implemented into text also Thunderbird of Mac works without any popup information.
On all other mail programs (on Mac, Windows, Android) from our side, it works fine. But some of our customers tells, that no link works on Windows / Outlook or Windows / Thunderbird or Android
Very strange!!
And the most annoying problem is that the support of SendGrid very often is absolutely not helpful. Some month go we contacted them and the solution (after waiting at least 2 Weeks of response!): you always can send it not via SendGrid. That may help. Thank you SendGrid!!

I got Sendgrid support's answer to late and so decided to remove the click tracking feature... I think it is because some of our clients have very strong firewall rules, blocking sendgrid domain.
UPDATE:
I received an answer few weeks later. I would like to share it for the one having the same issue :
This is something I have also dealt with when I first started using the system and I have solved this by setting up link branding for my account which helped to hide the wrapping.
https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-link-branding/

Related

Opencart 2.0.1.1Email

Another question for the wizard's of society,
I've been setting up a webstore at www.ecigone.co.uk for sometime now & had numerous problems with our contact form, I have set it up in the back of opencart and also tried to -f, the smtp settings & hostgator's online setup guide. After searching for a few threads on here, i haven't managed to fix this issue & it is causing downtime. If someone could see why or where im going wrong with this form it would help me on countless hours.
Thank-you in advance,
Open cart Version is 2.0.1.1
Well make sure the Store Email in General tab and Mail tab email are your domain email i.e xyz#yourdomian.com

Hubot only showing images for one user

I have setup Hubot for our company. It's working correctly, connecting to group chats, responding to its name, etc. The only issue is it won't show images, it just shows the link (which goes to the proper image).
Protocol: XMPP
Encryption: SSL/TSL
Client program: Adium (1.5.9 w/ adinline plugin for images)
Server program: Openfire (Not sure of the version)
I am the one who set hubot up and Adium is showing images properly for me, but not for anyone else. Has anyone ran into this issue? or have any idea of where I should look to solve this issue?
I have figured it out with the help of a coworker. In my company we all login to the same server and everyone is visible to everyone else. It turns out that the adinline plugin requires the bot to be on your buddy list before images will show.
http://www.adiumxtras.com/index.php?a=xtras&xtra_id=7926
This really comes down to me not reading the instructions :( Anyway the issue is resolved. woot!

Rest Console for Chrome won't let me input any info

I installed the Rest Console extension onto Chrome. I can't use this Rest Console for anything, because the only fields that accept text are 'Request URL' and 'Request Method'.
I ask here as there is no resources or community accessible for even simple instructions on how this extension works, and there are likely members of this community who have used this extension.
Use the Postman - REST Client it works perfectly!
your_url_to_post: Fill the URL
your_json_param: The name of the param that you'll pass you json
your_json_data: The json content
Don't forget to select x-www-form-urlencoded if you'll do a post
http://i.stack.imgur.com/TISW1.png
You should be able to enter text in the other field if you tick the checkbox associated to the field first.
I started having a similar issue myself (Forms wouldnt let me input data I could click them but thats as far as it went) across a lot of web pages to include my own php game and I know the form code hasnt changed at all before this issue started. I came across a article of someone else having a similar issue themselves that I was having and someone said that they needed position: relative on their forms that are not given specific instructions on positioning when dealing with google chrome. I have since made this change myself at www.immoralattack.com and the issue has stopped on that site but still continues on many others so its pretty safe to say that is the issue.
Its only happening on the dev build of chrome for me atleast and I hope this isnt something they plan on implementing on live or this will mess up alot of websites.
Also try turning off auto fill from chrome if its on, while I was looking for this bug I found alot of similar bugs but they delt with auto fill being on.

Silent Printing from Web Page

I am working on a web application that needs silent printing (without print dialog box) with client side printer.
After some research we found that we can make it work using ActiveX and Foxit Reader.
Currently it works great but it constraints us with IE only and we want to make it work with Firefox and Chrome as well.
I know there is no direct code to make it work, but there must a work around?
What I need is the point to start e.g. Chrome/Firefox plugins to access local printer - or make windows service that runs in background in the client side, change browser settings, use ActionScript etc.
It will also be great if someone also illustrate how Facebook access local webcam from its website it may make about accessing clients peripherals from website. Thanks in advance.
For anyone who still wants information regarding printing on Chrome and/or FireFox without the use of ActiveX, extensions or client-side scripting, please see my answer to another question similar to this.

Web Browser Plugin that Allows user to view Message Traffic

What is the name of the IE plug in that someone can download (I think from Microsoft) that lets a developer (well, anyone who gets the plug-in, actually) to view the message traffic that goes on behind the scenes from the browser to the server? I saw this one in action but I forget its name. And I think, for the FireFox broswer, you can simply turn it on somehow without getting a plug in.
It cuts the browser window in half horizonally and the bottom half is also divided vertically and you can see the GET and POST messages as well as the complete header information that is sent to the server from the browser across the internet.
HttpWatch is a great plugin for IE, but it's not free. Microsoft also released a free tool called VRTA which works for all browsers, but isn't a plugin.
For firefox it's called Live HTTP Headers. Another option of course is WireShark.
Fiddler is from Microsoft.
http://fiddler2.com/fiddler2/