We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @merlinoa ,
I'm dockerizing my shiny app which uses Polished but when I test it locally I get this error in the browser
**The application failed to start.
The application exited during initialization**
And this error in the logs, which makes a reference to polished's API and a certificate.
Error in curl::curl_fetch_memory(url, handle = handle) : SSL peer certificate or SSH remote key was not OK: [auth-api.polished.tech] server certificate verification failed. CAfile: none CRLfile: none Calls: runApp ... request_fetch -> request_fetch.write_memory ->
Would you have an idea whether I need to add some kind of certificate in the Dockerfile?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey @merlinoa ,
I'm dockerizing my shiny app which uses Polished but when I test it locally I get this error in the browser
**The application failed to start.
The application exited during initialization**
And this error in the logs, which makes a reference to polished's API and a certificate.
Error in curl::curl_fetch_memory(url, handle = handle) :
SSL peer certificate or SSH remote key was not OK: [auth-api.polished.tech] server certificate verification failed. CAfile: none CRLfile: none
Calls: runApp ... request_fetch -> request_fetch.write_memory ->
Would you have an idea whether I need to add some kind of certificate in the Dockerfile?
Thanks!
The text was updated successfully, but these errors were encountered: