-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve HTTPS cert validation for appstore #9054
Comments
related to #8808 |
yep. will do the next few days |
@LukasReschke could you do me the favor and evaluate if it's enough to make this https or if there is a need to strengthen Util::getUrlContent() |
Setting to OC 7 CE |
ping @LukasReschke |
I'll check this right away. Missed this one. sorry. |
thanks :) |
We need to harden What has to be done:
This requires proper testing on different PHP versions and with/without cURL installed. \cc @karlitschek |
Isn't it enough to implement it, write a test and let jenkins take care of testing in different environments? |
No. Different PHP versions have an absolutely different behaviour regarding SSL, that's why we need Travis ;-) \cc @DeepDiver1975 |
I wonder: are there that many environments where mod_curl is not available ? Do we still need to support that as well ? |
@PVince81 Unfortunately we have to support this too. Shared hosters don´t have that installed sometimes. |
So what is the status here? OC7 is about to leave soon ... |
will be done in the next 2 days |
Ping? |
are you done yet? |
The SSL cert is done. I can see why an additional hard check against the actuall cert can be useful in some scenarios. But I´m not sure this is a showstopper for the release. |
@karlitschek @craigpg Possible issue for first sprint? |
actually I´m not sure if this should be very high on our priority list at the moment to be totally honest |
make code use https interface of appstore and properly validate it's certificate
cc @karlitschek
The text was updated successfully, but these errors were encountered: