Code Monkey home page Code Monkey logo

Comments (4)

paulmey avatar paulmey commented on July 17, 2024

Thanks @aznashwan
"local error" point to a transport level error (HTTPS/TLS)...
Is it just this method or all methods?
Are you using a proxy?

from azure-sdk-for-go.

aznashwan avatar aznashwan commented on July 17, 2024

Hello @paulmey, and thanks for the response.

Yes, everything was returning the same 'internal server error' for me up to now.

Upon looking further into the matter, it seems the problem was on my end with the format and encoding of my certificates. Weirdly enough; it granted me access just fine but afterwards it kept yielding the above error.
It works fine with a .publishsettings file, unfortunately my application would not have much access for getting such a file too easily.

I do very much apologize for raising an issue prematurely.
Everything works fine now, and thanks a bunch for providing this sdk for us.

PS: if I could go as far as ask you specifically what certificate encoding Azure works best with?

from azure-sdk-for-go.

paulmey avatar paulmey commented on July 17, 2024

No problem. For certificate handling, we use the 'standard' go pem/tls crypto packages, so anything that those support should work. The reason for vendoring the tls and http packages is to support a renegotiation feature that Azure needs, but is not in the upstream go libraries yet.
See golang/go#5742 for more info...

from azure-sdk-for-go.

aznashwan avatar aznashwan commented on July 17, 2024

Thank you very much, and my apologies again for all the bother.

from azure-sdk-for-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.