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
Hello, @sirinath
To launch AsyncHttpServer in HTTPS mode you should configure it by calling one of withSslListenAddress or withSslListenAddresses methods (as opposed to withListenAddress and withListenAddresses for non-HTTPS server). You need to provide an SSLContext, an Executor, and a desired port or address for the server to be listening on.
To add HTTPS support for AsyncHttpClient you need to call withSslEnabled method and pass an SSLContext and an Executor. Now you can make HTTPS requests.
If you have trouble with launching our HTTP services in HTTPS mode, please feel free to ask us here or create a separate issue.
We will make sure to update our documentation with information regarding the launching of HTTP services in HTTPS mode.
This function may already be there but missing in the docs.
How can DK configure for HTTPS?
The text was updated successfully, but these errors were encountered: