Sitaram Yadav

Results 11 comments of Sitaram Yadav

I am having the same question. Is there any way to accessing object storage using preauthenticated URL in oci java sdk. @GNeeraja5 Do you found any solutions for this. There...

hi @maraino - Can I have the same IDPurl and `https:///1.0/crl` some thing like `https://localhost:8081/1.0/crl` ?

Yes, I got that. - If I want to use the CRL hosted by the CA. It is safe and secure right. - If I want to host the CRL...

Ok thanks I will use the CRL hosted by the CA.

Hi, @hslatman If I want to clear the CRL revoked certificate list how can I do that. The CRL url is `https://localhost:8081/1.0/crl` ?

@maraino - I am facing an issue while enable crl on dev server with ssl . I am getting this error error downloading crl: Get "https://localhost:8585/1.0/crl": x509: certificate signed by...

Yes, now its working But I want to know one thing I have installed step-ca, step on dev server, the link is https://{dev-ip}:8585/1.0/crl and I want to use the CRL...

> Has the issue been resolved? Could you please provide a recent Java example? The code I have is too old, and it encounters too many issues when running [@snakers4](https://github.com/snakers4)...

> I managed to resolve the issue using static mutex: > > private static final Object LOCK = new Object(); > > > synchronized (LOCK) { > customAudioSource.pushAudio( > audioData,...

Then , how u resolved it or u haven't?