add a flag to reflex run that will ignore ssl error self signed cetificate #2971
david-thrower
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On many early - stage projects, I will use self - signed / staging ACME certificates, using [ipaddress].xip.io, [ipaddress].sslip.io, [ipaddress].nip.io, ... as a placeholder domain.
This I do with good reason:
With that said:
This will of course create a self signed cert warning on a browser, which is not a problem. Since no real user is logging in, I can just acknowledge that I recognize and trust the host and proceed, but even if I do, the web-socket traffic won't make it through, unless I set API_URL to HTTP://[ipaddress].sslip.io not HTTPS://[ipaddress].sslip.io argument (in v0.4.4). In 0.4.5, even if I do set the API_URL to an HTTP://[ipaddress].sslip.io not HTTPS://[ipaddress].sslip.io, the websocket traffic it appears that it isn't making it through (#2935 ).
I think that it may be a solution if:
reflex run
that when set, will ignore SSL errors associated with self signed certs in the connection with the websocket API.Beta Was this translation helpful? Give feedback.
All reactions