Serving both HTTP on port x and HTTPS on port y at the same time? #1066
-
What is the equivalent code for supporting HTTPS, such that both |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Jun 4, 2022
Replies: 1 comment 1 reply
-
axum doesn't have built in support for serving via https but it can be implemented in you app or by a library. Take a look at the axum-server crate. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidpdrsn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axum doesn't have built in support for serving via https but it can be implemented in you app or by a library. Take a look at the axum-server crate.