Amir Keibi

Results 16 comments of Amir Keibi

I'm using 3.8.1. I think the reason I can reproduce it is because I've set `dangerousAllowInsecureRedirectUrls` value like so: ``` hydra: autoMigrate: true dangerousForceHttp: true dangerousAllowInsecureRedirectUrls: true ``` The template...

To add a bit more information here: The same cert works well with Powershell (on Windows) and directly OpenSsl (on both Mac and Windows): ``` Connect-ServiceFabricCluster -ConnectionEndpoint "****.westus2.cloudapp.azure.com:19000" -X509Credential -ServerCertThumbprint...

I have also tried "sfctl" on a windows machine knowing there are concerns with the version of openssl shipped with Mac. Same problem.

@Christina-Kang yes, it fails with PEM files, as well. I'll email you the log directly.

For anyone who lands here for an answer, as a workaround, one could call Service Fabric APIs directly through, say, cUrl: See https://stackoverflow.com/questions/54089465/add-custom-header-to-all-responses-from-traefik-on-azures-service-fabric

~$ kvm --version QEMU emulator version 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.10)

@r2d4 I don't think I've downloaded this directly. My guess is that this would be part of the docker-machine. If so, here is what I got: $ docker-machine --version docker-machine...

After a bit of digging, it seems that I'm using 0.7.0. I couldn't determine the version through the command line (`Plugin binaries are not intended to be invoked directly`), but...

I can confirm that this has indeed been resolved in 0.8.2. I manually replaced my older plugin with the new one and dropped and recreated the cluster. I can now...

Having this fixed though I now observe that the VM's IP changes between restarts. I wonder if there is a workaround for this. Do I need to open another ticket...