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

leproxy not support self-signed ssl certs ? #10

Open
changchichung opened this issue Jun 27, 2023 · 1 comment
Open

leproxy not support self-signed ssl certs ? #10

changchichung opened this issue Jun 27, 2023 · 1 comment

Comments

@changchichung
Copy link

changchichung commented Jun 27, 2023

I have a domain name, let's say it's called abc.com. There is a machine with the hostname rc.abc.com. I have already set up https://rc.abc.com:44333 to open a Django program that I wrote. The SSL certificate file used here is generated by myself using OpenSSL.

Now I have applied for another domain name, called aaa.cc. I want users to be able to access https://rc.abc.com:44333 through https://app.aaa.cc. My mapping file looks like this:

app.aaa.cc: https://rc.abc.com:44333

Unfortunately, this does not work, and the browser only shows a blank page. However, if I modify my program to use HTTP service and use the same port 44333, my mapping file looks like this:

app.aaa.cc: http://rc.abc.com:44333

Now I can see my app screen correctly.

Is there something wrong with my settings? I still want my app to use HTTPS to provide services!

@changchichung
Copy link
Author

May I ask if there is any progress? Or do you have any suggestions on how to handle this issue?

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

No branches or pull requests

1 participant