Marek Skalický
Marek Skalický
> yes, it does. I figured that was implied when I said enabling SNI. Not sure we talk about same "server" :-) I thought a mongod server... I was asking...
@bparees So it is possible to connect to service port (different than 80/443) without encrypted connection?
Ok. So this issue is waiting for SSL support in mongodb-container. And that is blocked by s2i support - #239
> The error can be simulated if the first POD and the corresponding PVC is deleted. @lehmeyer Understand that deleting PVC will cause the issue. But did you have the...
>The problem exists if the data of the first replicaset (memberid = 0) no longer exists. Agree that it might be an issue - although I don't know how this...
Please take a look in https://github.com/sclorg/s2i-php-container/pull/182 Sometime there is network problem when downloading `composer`. So there is 5 retries when it fails. Problem you reported is probably case of this...
@maicolcantagallo More info about adding mongodb driver can be found in https://github.com/sclorg/s2i-php-container/pull/169
> Thanks @omron93 but i did not understand how to make the configuration. I've created a source code pods and a mongodb storage pods. Am I doing something wrong? I...
> So how we can achieve this? Do we need to fork the repo and modificate the run btw. assemble scripts to our needs? If thats true that wouldn't be...
>I do not found a Script, that copies the Skripts from php-pre-init or php-post-assemble. Maybe it is some missing in s2i-php-container like: They are copied in `assemble` script by `mv...