#HTTPS client app authentication

6 messages · Page 1 of 1 (latest)

tight vigil
#

I am wondering if its easy to deal with HTTPS SSL authentication. I mean using windows 10 trust store and not creating own trust store. I really don't want to manage certificates.
I am basically trying to write a proxy that a accepts non authenticated requests ie HTTP and then calls HTTPS endpoint.
I want to be able to log requests for debugging only. ie non 200 responses.

#

Btw I am a noob at go

austere bane
#

What's the point of using making a proxy that accepts http and then calls https?

#

Or did you mean the other way around?

tight vigil
#

What I said is correct. I am dealing with legacy code that I cannot change but I need to communicate externally over HTTPS TLS/SSL.

wild lodge
#

rather than write your own, why not use stunnel which sounds like it does the same thing