Typo3 8.7.x cloud not acces remote ressource http://repositories.typo3.org/mirrors.xml.gz - typo3-8.7.x

we cannot update our extension list on typo3 8.7.x on Ubuntu 16.04.6 LTS
there is no error message in apache error.log, an we cannot see any reason for this.
do you have any hints for us?
regards

after updating /etc/php/7.2/apache2/php.ini
with a new cacert file
openssl.cafile= /etc/php/7.2/apache2/cacert.pem
its working.

Adding
$GLOBALS['TYPO3_CONF_VARS']['HTTP']['verify'] = 0;
to typo3conf/AdditionConfiguration.php solved it for me.

Related

can't connect airflow to google cloud

I am trying to setup a Google Cloud Platform connection with apache airflow using JSON key file,
I got this error when I trigger the DAG:
ERROR - [Errno 2] No such file or directory: 'C:/AIRFLOW1/secret/key.json'
I tried '/AIRFLOW1/secret/key.json' also got the same issue.
Am using Windows 10 as OS and Ubuntu 20.04 as a subsystem where my airflow webserver is running.
Thank you guys, I have solved the problem myself.
I share the solution :
instead of defining the keyPath in this way: "C:/AIRFLOW1/secret/key.json"
the right way is to define it like that: "/c/AIRFLOW1/secret/key.json"

I can't download minGW packages [duplicate]

I'm trying to set up MinGW. I have downloaded the latest installer, which installs mingw-get but this utility fails to fetch the packages and gives the following kind of messages:
mingw-get: * ERROR * Get package: http://prdownloads.sourceforge.net/mingw/gcc-4.5.2-1-mingw32-lic.tar.lzma?download: download failed
There is no firewall running. Anyone had the same problem?
Thanks to all.
Try with "Administrator rights" . It helped me.
This problem has happened to me too and was due to - I guess - temporary problems to either the network or sourgeforge itself. I suggest retrying after a while.
This problem comes from the network. I can't download it by using my fiber broadband microtalk communication bit it still downloading by using my jio mobile network.
Try installing it from osdn.net
Here's the link: https://osdn.net/projects/mingw/releases/
It's same as sourceforge but was able to connect and download
worked for me and my friends!

cherrypy 2.3.0 compatibale with Python 2.7.5?

How can I get cherrypy 2.3.0 to be compatible with Python 2.7.5? I am trying to run the Filelocker2 application. It is previously on an older server that is running centos 5. We created a new Centos 7 VM server, and are migrating Filelocker2 over to the new cent7 machine. However I am not able to find much info on this subject. I believe it must either be extremely simple so there isn't much documentation on it, or it's simply not possible? Any help would be greatly appreciated. Thank you!
Screenshot of the error message I receive when executing the python startup script for Filelocker2
FileLocker 2.6 requires CherryPy 3.2+.
But I'm not sure you really have FileLocker 2.6. There is no such code in lib.FileFieldStorage. You have to find out what versions you really have.

Internal Server Error bitnami redmine

I have a git integration problem with Redmine, I use the image of the BitNami hosted on Amazon server, someone has found himself in a similar error that could help me?
Thank you all for the attention!
In order to configure the Bitnami Redmine Stack wit GIT, you should take a look to the guide below:
https://docs.bitnami.com/google/apps/redmine/#how-to-configure-redmine-for-advanced-integration-with-git

Fresh Sitecore install - Handler "AboMapperCustom-88978986" has a bad module "IsapiModule" in its module list

I get this error with a fresh Sitecore 6.4 install.
HTTP Error 500.21 - Internal Server Error Handler
"AboMapperCustom-88978986" has a bad module "IsapiModule" in its
module list
Any ideas? AppPool is integreated but i get same error on classic.
There is a problem with the installer it sets up the appPool using .net 2.0. If you switch it to use .net 4.0 and make sure it's in integrated mode, you should be good to go.
I was using Windows 7 and Sitecore 7.5. This solved the HTTP Error 500.21 for me:
Run the command prompt as administrator.
Go to this directory: %windir%\Microsoft.NET\Framework\v4.0.30319\
And run the command: aspnet_regiis -i
Hope this can help.