Guillaume Gnaegi
Guillaume Gnaegi
@ibnuda You should add a new class in test\Ocelot.AcceptanceTests. I have created a template, you can use it if you want, you might have several combinations to test... - https...
> > @ggnaegi commented [on Nov 20](#issuecomment-1819971106) > > ```cs > namespace Ocelot.AcceptanceTests; > public class DefaultVersionPolicyTests : IDisposable > { } > ``` > > If we will create...
@ibnuda uuupppss... Let me check that maybe you could try with ```"DangerousAcceptAnyServerCertificateValidator": true``` It might work
Ok, the problem is on ocelot side too... Ok, will have a look later, sorry.
@raman-m @Ugway77 doesn't seem to respond, could we create another PR instead? I would like to tackle this issue for the annual release, and then, in a second step, the...
@ibnuda Ok, so, the tests are now passing, but it wasn't dead easy. https://app.circleci.com/pipelines/circleci/GZQVatYXRpPzhVdjSqemdz/Ub5zkLQTdd3gUF5FDU1Htb/30/workflows/efb521ef-7721-421c-a4e7-9bc1bdacb220/jobs/58 The changes are included mainly in the CI Pipeline image Dockerfile ```Dockerfile FROM mcr.microsoft.com/dotnet/sdk:7.0-alpine RUN apk...
>@raman-m commented [on Feb 21](https://github.com/ThreeMammals/Ocelot/pull/1462#issuecomment-1957513587) It is why I decided to refactor the multiplexer: The code is very difficult to read and to understand. As soon as we are done...
@raman-m could you update the image on docker and update the references in the circle ci yaml file on the develop branch? ```dockerfile FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine RUN apk add bash icu-libs...
@raman-m I could create the images, but I don't have the needed permissions on [ocelot2](https://hub.docker.com/u/ocelot2).
@raman-m I just added a skippable fact, since httpsys is compatible with Windows platform only.