Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback. 

Jonas Lindau
Mar 21, 2013
  3183
(1 votes)

Link validation with EPiServer CMS 6R2 behind a proxy

Are you stuck with the error: “The link validation job was stopped due to 101 consecutive broken external links. There seem to be a problem for the server to access external resources.” when you enable Link validation? Are your server behind a proxy?

Then you should make EPiServer Link Validator aware of your proxy to make it work!

  • Open up the websites Episerver.config in Notepad
  • Locate the node <episerver>
  • Under this node, add a new child called <linkValidator> and add your proxy.
  • Restart site

A typical proxy configuration would look like:

<linkValidator proxyAddress=”http://111.222.333.444:8080” proxyUser=”user” proxyPassword=”pwd”>
</linkValidator>

There are in fact a few more things you can change, read more at:

http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Link-Validation/

Mar 21, 2013

Comments

Please login to comment.
Latest blogs
How to: set access right to folders

Today I stumped upon this question Solution for Handling File Upload Permissions in Episerver CMS 12, and there is a simple solution for that Using...

Quan Mai | Feb 7, 2025 | Syndicated blog

Poking around in the new Visual Builder and the SaaS CMS

Early findings from using a SaaS CMS instance and the new Visual Builder grids.

Johan Kronberg | Feb 7, 2025 | Syndicated blog

Be careful with your (order) notes

This happened a quite ago but only now I have had time to write about it. Once upon a time, I was asked to look into a customer database (in a big...

Quan Mai | Feb 5, 2025 | Syndicated blog

Imagevault download picker

This open source extension enables you to download images as ImageData with ContentReference from the ImageVault picker. It serves as an alternativ...

Luc Gosso (MVP) | Feb 4, 2025 | Syndicated blog