Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS/SSL Support #86

Open
KyNicholas opened this issue May 28, 2023 · 4 comments
Open

TLS/SSL Support #86

KyNicholas opened this issue May 28, 2023 · 4 comments
Labels

Comments

@KyNicholas
Copy link

KyNicholas commented May 28, 2023

Hi,

I encountered an error while attempting to assign a certificate. The error message states that "TLS support is not enabled during compilation of simple-http-server." I am currently using version 0.6.7 of the software. Interestingly, when I switch to version 0.6.5, I can successfully complete the assignment without any problems.

As I am using Windows 11, I would appreciate any suggestions you have to resolve this issue.

Thank you.

@TheWaWaR TheWaWaR added the bug label Jul 22, 2023
@thomas-edence
Copy link

I am having the same issue.

v0.6.5 works fine with cert
v0.6.7 gives "ERROR: TLS support is not enabled during compilation of simple-http-server"

@TheWaWaR
Copy link
Owner

I'll test the binary under windows/MacOS/linux.

@simon-fu
Copy link

simon-fu commented Feb 2, 2024

It's the same for me.
x86_64-unknown-linux-musl-simple-http-server v0.6.8
"ERROR: TLS support is not enabled during compilation of simple-http-server"

@imjdl
Copy link

imjdl commented Feb 27, 2024

It's the same for me. x86_64-unknown-linux-musl-simple-http-server v0.6.8 "ERROR: TLS support is not enabled during compilation of simple-http-server"

https://github.com/TheWaWaR/simple-http-server/releases
Remove release build with TLS support (you can build by yourself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants