500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Moderator: crythias

Locked
GabrielV
Znuny newbie
Posts: 30
Joined: 06 Feb 2015, 20:03
Znuny Version: 6.0
Real Name: Gabriel Vilar
Company: Telearte
Location: Argentina
Contact:

500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by GabrielV »

Hi everyone,
first of all, thanks for any help.
OTRS delay on login and others interactions, I find this error log:

Code: Select all

Can't perform POST on https://cloud.otrs.com/otrs/public.pl: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)
How to fix ti?

thanks!!!!
Gabriel Vilar, OTRS 6, Centos 7 Apache2+MariaDB 5.5
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by jojo »

check your DNS
"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
GabrielV
Znuny newbie
Posts: 30
Joined: 06 Feb 2015, 20:03
Znuny Version: 6.0
Real Name: Gabriel Vilar
Company: Telearte
Location: Argentina
Contact:

Re: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by GabrielV »

jojo wrote:check your DNS
My server not have a internet connection.
I found that the problem is the "Product News" panel.
Turn it off and the problem was corrected.

Thanks very much
Gabriel Vilar, OTRS 6, Centos 7 Apache2+MariaDB 5.5
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by Sayannara »

Hello,

I do have the same problem. I installed the appliance 3.3.12 and 4.x.x. I only have the problem with 3.3.12.
How did you solved that ? By closing the "Product News" ? Do you mean just do not display it ?? :lol:

Within the shell of 3.3.12 if I ping google.ch it replies: unkown host google.ch but it's ok with 4.x.x

Yes it's the DNS...

Setup DNS from the command line: http://www.cyberciti.biz/faq/howto-linu ... ameserver/
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by Sayannara »

/etc/resolv.conf

Code: Select all

domain [domain.com]
search [domain.com]
nameserver IP_SERVER_DNS1
nameserver IP_SERVER_DNS2
nameserver IP_SERVER_DNS3
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by Sayannara »

Actually when I use OTRS with french Language => Can't connect to http://www.otrs.com/en/rss.xml :?
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
JeremyB3ntham
Znuny newbie
Posts: 38
Joined: 15 Mar 2015, 10:31
Znuny Version: v4.0.5 (Debian)

Re: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)

Post by JeremyB3ntham »

I've seen this before when your server can't talk out on https, but is fine on http. You can work around it by editing the CloudService.pm in /Kernel/System/ Line 66 I think, and edit the url to just be 'http://...........'. Not ideal, but gets it working.

Code: Select all

Can't perform POST on https://cloud.otrs.com/otrs/public.pl: 500 Can't connect to cloud.otrs.com:443 (Bad hostname)
Locked