Getting 403 Forbidden on ticket links

Moderator: crythias

Locked
pdragovich
Znuny newbie
Posts: 11
Joined: 10 May 2012, 21:49
Znuny Version: 3.1.3
Real Name: Paul
Company: BIG

Getting 403 Forbidden on ticket links

Post by pdragovich »

When trying to email out a link to a ticket I am getting "403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied."

Where can I find the directory that needs permissions added to allow the agent to open the tickets?

I am running on a Windows 2008R2 server.

Thanks.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Getting 403 Forbidden on ticket links

Post by jojo »

how does the link look like?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
pdragovich
Znuny newbie
Posts: 11
Joined: 10 May 2012, 21:49
Znuny Version: 3.1.3
Real Name: Paul
Company: BIG

Re: Getting 403 Forbidden on ticket links

Post by pdragovich »

Here is the email that I got which is giving me the error.
pdragovich
Znuny newbie
Posts: 11
Joined: 10 May 2012, 21:49
Znuny Version: 3.1.3
Real Name: Paul
Company: BIG

Re: Getting 403 Forbidden on ticket links

Post by pdragovich »

I have tried to open the link while both logged into the system and also being logged out and no browser open.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Getting 403 Forbidden on ticket links

Post by jojo »

how does the URL looks like if you go to ticket zoom manually?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
pdragovich
Znuny newbie
Posts: 11
Joined: 10 May 2012, 21:49
Znuny Version: 3.1.3
Real Name: Paul
Company: BIG

Re: Getting 403 Forbidden on ticket links

Post by pdragovich »

Within the system this is the address of the ticket.
STS is the friendly name of the server so the agents do not need to remember the IP.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Getting 403 Forbidden on ticket links

Post by jojo »

Hi,
so for me the look similar...

http://sts/otrs/index.pl?Action=AgentTi ... icketID=22
http://192.168.0.26/otrs/index.pl?Actio ... icketID=22


Is the same browser used on opening from mail? Can you type in the URL (with IP) manually?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
pdragovich
Znuny newbie
Posts: 11
Joined: 10 May 2012, 21:49
Znuny Version: 3.1.3
Real Name: Paul
Company: BIG

Re: Getting 403 Forbidden on ticket links

Post by pdragovich »

They are both opening in the same Firefox window. I just tried to open each in Chrome and IE for testing and for the IP link it gives the "403" error page, but when I entered the "STS" link I get a login page and then the error "Error Message: Module Kernel/Modules/AgentTiicketID22.pm not found!".

The ticket is still active in the system and has not been closed.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Getting 403 Forbidden on ticket links

Post by jojo »

check your apache config
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
pdragovich
Znuny newbie
Posts: 11
Joined: 10 May 2012, 21:49
Znuny Version: 3.1.3
Real Name: Paul
Company: BIG

Re: Getting 403 Forbidden on ticket links

Post by pdragovich »

I currently have the following 2 entries added for the servername in the httpd.conf.
ServerName sts.LOCALDOMAIN:80
ServerName 192.168.0.33:80
Is there another setting that I should be looking for?
Locked