suyashkumar/ssl-proxy

Not working anymore

codingsett opened this issue · 3 comments

I used this proxy before and everything was working like a charm...now when i come back to run it doesnt work.

This is my webserver..
image

This is the ssl proxy running

image

What i get when i go to http://api.codingsett.codes
image

additionally this is what i get

Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.

Hi there! It looks like this requires ssl-proxy to be build against a recent fix in the Go crypto libraries: golang/crypto@0e8c3a9 includes the update.

If you pull down the latest golang/crypto and re-build your ssl-proxy binary everything should work, and sometime today I can release a binary built with this latest crypto fix included. Thanks!

Thanks for the reply did that and it worked!