You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was try on a server using ssl/tls and use drogon framework as webserver,
but the catch is, the first key to handshake cert (I think), key & sslconf already binded and can't change after it's run (even re-configured on pre routing reverse proxy plugin)
[HttpAppFramework / HttpClientPtr ] can't change/set (ssl key, cert, & configuration) after/on plugin
May related to:
I was try on a server using ssl/tls and use drogon framework as webserver,
but the catch is, the first key to handshake cert (I think), key & sslconf already binded and can't change after it's run (even re-configured on pre routing reverse proxy plugin)
I was expecting
able to set cert, key and sslconf manualy and use correct one.
But the certficate alway belong to config file under
summary & question
long story short video
is there's a existing related feature/function/subject that can change/set cert, key, & sslconf
after HttpAppFramework run?
related file/config
config file
reverse_proxy.h
reverse_proxy.cc
drogon version
end of [HttpAppFramework / HttpClientPtr ] change ssl configuration after/on plugin
The text was updated successfully, but these errors were encountered: