http to https #627
http to https
#627
-
Hey guys, i have FastAPI app with sqlAlchemy and i'm trying to use sqladmin, it works fine in local host with http, but on a server that using ssl for https i got a issue. The issue is in requests from sqladmin does from http and browser blocks them. How can i make sqladmin works on https? |
Beta Was this translation helpful? Give feedback.
Answered by
HAtherlolz
Sep 22, 2023
Replies: 1 comment 2 replies
-
https://aminalaee.dev/sqladmin/cookbook/deployment_with_https/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aminalaee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://aminalaee.dev/sqladmin/cookbook/deployment_with_https/