SolidCloud.io

Results 11 comments of SolidCloud.io

Our services aren't available right nowWe're working to restore all services as soon as possible. Please check back soon.Ref A: E46EE7F8DE28480E89BA1F908D77D2DC Ref B: PHX01EDGE0217 Ref C: 2018-03-29T15:44:18Z

Not in this context... What can be done about these Prisma Cloud errors ?

Question on this.. Is there some documentation or diagram outlining the routing / infrastructure for this azure two tier sample ? Curious to see the architecture at a higher level

I found the docs and video here https://github.com/PaloAltoNetworks/azure/tree/master/two-tier-sample

https://www.youtube.com/watch?v=vpC62NRpWSM

I'm having this problem also... ``` {"level":"error","msg":"Provider connection error: failed to connect to Service Fabric server Get http://localhost:19080/Applications/?api-version=3.0: EOF on http://localhost:19080/Applications/?api-version=3.0; retrying in 378.884064ms","time":"2019-07-10T17:44:52Z"} {"level":"info","msg":"Checking service fabric config","time":"2019-07-10T17:45:03Z"} ``` I've...

It seems to me the certificates for the cluster were issued to the Cluster Url, :IE - `subject=/CN=mycluster.westus2.cloudapp.azure.com issuer=/CN=mycluster.westus2.cloudapp.azure.com` NOT - https://localhost:19080 So how would it work ? Should I...

That seems to have done the trick... I created a 3rd self signed cert with the "localhost" url. I added it to my Cluster as a Read-Only certificate. I then...

Seeing this same problem.. Sample script that fails: ``` #include #define DEVICE_NAME "TestDevice" #define SERVICE_UUID ("f513d9a0-6cd5-4ed6-b98c-b67ce98f0cz4") #define CHAR_UUID_1 ("f513d9a1-6cd5-4ed6-b98c-b67ce98f0cz4") #define CHAR_UUID_2 ("f513d9a2-6cd5-4ed6-b98c-b67ce98f0cz4") #define CHAR_UUID_3 ("f513d9a3-6cd5-4ed6-b98c-b67ce98f0cz4") #define CHAR_UUID_4 ("f513d9a4-6cd5-4ed6-b98c-b67ce98f0cz4") #define CHAR_UUID_5...