Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CA bundle from AppVeyor #5374

Merged
merged 1 commit into from
May 3, 2022
Merged

Conversation

morozov
Copy link
Member

@morozov morozov commented May 3, 2022

The AppVeyor builds are failing with the following error:

Error downloading remote file: One or more errors occurred.
Inner Exception: The request was aborted: Could not create SSL/TLS secure channel.
Command "appveyor DownloadFile https://curl.haxx.se/ca/cacert.pem -Filename C:\tools\cacert\bundle.pem" failed with exit code 2. Retrying 2 of 3

It looks like the file has been moved but the client doesn't handle the redirect:

$ curl https://curl.haxx.se/ca/cacert.pem
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://curl.se/ca/cacert.pem">here</a>.</p>
<hr>
<address>Apache Server at curl.haxx.se Port 80</address>
</body></html>

UPD: changing the URL didn't help but it looks like the certificates bundled with the supported versions of PHP are okay, so we don't need to update them.

@morozov morozov force-pushed the appveyor-ca-bundle branch from 2e3594c to 769cb56 Compare May 3, 2022 15:27
@morozov morozov changed the title Update CA bundle URL for AppVeyor Remove CA bundle from AppVeyor May 3, 2022
@morozov morozov requested review from derrabus and greg0ire May 3, 2022 16:05
@morozov morozov merged commit 69edce9 into doctrine:3.3.x May 3, 2022
@morozov morozov deleted the appveyor-ca-bundle branch May 3, 2022 17:20
rgrellmann added a commit to Rossmann-IT/dbal that referenced this pull request Jul 13, 2022
Release [3.3.7](https://github.com/doctrine/dbal/milestone/114)

3.3.7
=====

- Total issues resolved: **1**
- Total pull requests resolved: **8**
- Total contributors: **6**

Code Style,Static Analysis
--------------------------

 - [5444: PHP CodeSniffer 3.7, PHPStan 1.7.13](doctrine#5444) thanks to @derrabus

Static Analysis
---------------

 - [5426: PHPStan 1.7.9](doctrine#5426) thanks to @derrabus
 - [5417: Run Psalm with language level PHP 8.1](doctrine#5417) thanks to @morozov

Documentation,Type Mapping
--------------------------

 - [5415: Update documentation for the `guid` type](doctrine#5415) thanks to @kaznovac

Bug,PostgreSQL,Schema Management
--------------------------------

 - [5395: Check integer types via PhpIntegerMappingType](doctrine#5395) thanks to @morozov and @umherirrender

Bug,PHP,PostgreSQL
------------------

 - [5381: Fix using deprecated syntax](doctrine#5381) thanks to @nicolas-grekas

Documentation
-------------

 - [5379: Refresh docs about transactions](doctrine#5379) thanks to @greg0ire

CI
--

 - [5374: Remove CA bundle from AppVeyor](doctrine#5374) thanks to @morozov

# gpg: Signature made Fri Jun 17 09:51:42 2022
# gpg:                using DSA key 1BEDEE0A820BC30D858F9F0C2C3A645671828132
# gpg: Can't check signature: No public key
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants