Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.4.0, 3.3.6
-
None
-
None
Description
A recurrent problems with third party stores is that the user gets an error message about HTTP certificates
Unable to execute HTTP request: Certificate for <mybucket.mystore.dev.net> doesn't match any of the subject alternative names: [*.dev.net]
This is happening because
- the store uses HTTPS and there is an organization certificate
- the store does support virtual hostname access -but it does not match the HTTPS wildcard
Fix: switch to path style access
add this detail to the third party store doc