otrs 4.0.8 updated to 4.0.9, CentOS 7.1.1503 (Core) 64 bit. Installed in Azure cloud.
See these errors in 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
Can't perform GET on http://ftp.otrs.org/pub/otrs/misc/packages/repository.xml: 500 Can't connect to ftp.otrs.org:80
IMAPS: Can't connect to outlook.office365.com
Repository list in Package Manager is empty and remains empty after clicking "update repository information"
Clicking "Fetch mail" in "Mail Account Management" shows red error: "IMAPS: Can't connect to outlook.office365.com"
Code: Select all
IMAPS: Can't connect to outlook.office365.com RemoteAddress: RequestURI: /otrs/index.pl?Action=AdminMailAccount;Subaction=Run;
Module: Kernel::System::MailAccount::IMAP::_Fetch Line: 143 Module: Kernel::System::MailAccount::IMAP::Fetch Line: 87 Module: Kernel::System::MailAccount::MailAccountFetch Line: 441 Module: Kernel::Modules::AdminMailAccount::Run Line: 63 Module: Kernel::System::Web::InterfaceAgent::Run Line: 996 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler Line: 41 Module: (eval) (v1.99) Line: 207 Module: ModPerl::RegistryCooker::run (v1.99) Line: 207 Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 173 Module: ModPerl::Registry::handler (v1.99) Line: 32
/opt/otrs/bin/otrs.CheckCloudServices.pl
Code: Select all
Response:
'Content' => \'{"ErrorMessage":"","Success":1,"Results":{"Test":[{"Operation":"Test","Success":1,"Data":{"Success":1}}]}}',
[b]'Status' => '200 OK'[/b]
Code: Select all
* Trying 217.69.89.248...
* Connected to cloud.otrs.com (217.69.89.248) port 443 (#0)
* Server certificate:
* subject: CN=*.otrs.com,OU=Domain Control Validated - RapidSSL(R),OU=See www.rapidssl.com/resources/cps (c)14,OU=GT81262117,serialNumber=5ikqyiiG17stIrh-YWvdSAOBuoFuhVtn
> GET /otrs/public.pl HTTP/1.1
> User-Agent: curl/7.29.0
> Host: cloud.otrs.com
> Accept: */*
* Connection #0 to host cloud.otrs.com left intact
Code: Select all
* Trying 178.63.12.4...
* Connected to ftp.otrs.org (178.63.12.4) port 80 (#0)
> GET /pub/otrs/misc/packages/repository.xml HTTP/1.1
> User-Agent: curl/7.29.0
> Host: ftp.otrs.org
> Accept: */*
>
< HTTP/1.1 200 OK
* Connection #0 to host ftp.otrs.org left intact
Code: Select all
IMAPS: Connection to outlook.office365.com closed.
Also added RapidSSL Intermediate CA at the end of file Kernel/cpan-lib/Mozilla/CA/cacert.pem taken from here:
https://knowledge.rapidssl.com/support/ ... id=SO26457
Why OTRS cannot connect? Do you know how to fix this?