To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/0bb4385f-ca69-47be-aad6-2372428e6e4f%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "ShinyApps Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shinyapps-use...@googlegroups.com.
To post to this group, send email to shinyap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/7bb6a606-7fbb-44f7-8ce5-522aa589b6fc%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/36232c5b-8bdd-4998-abe6-112feb503abf%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/5273cf44-a1cd-47d6-ac91-63e2dd62cf69%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/1b0e3847-759f-40d6-88ed-67b0b8fae482%40googlegroups.com.
Sorry - I'm new to G Groups policies. Bu tI heve the similar problem and just don't know where to look for help
1 Installed a package “devtools” - successfully
install.packages('devtools')
2 Tried to install Shinyapps - with an error
> devtools::install_github('rstudio/shinyapps')
Downloading github repo rstudio/shinyapps@master
Error in function (type, msg, asError = TRUE) :
Failed to connect to api.github.com port 443: Connection refused
3 Fixed it with proxy settings
set_config(use_proxy(*****.*****", 8080))
4 Tried to authorize my account - with an error - proxy settings didn't help in this case
> shinyapps::setAccountInfo(name='sergei',
+ token='***********************',
+ secret='**********************')
Error in function (type, msg, asError = TRUE) : Failed to connect to api.shinyapps.io port 443: Connection refusedTiming stopped at: 0 0 3.72
5 Tried to fix it using insecure calls to shinyapps
options(shinyapps.service_url = "http://api.shinyapps.io/v1")
6 Tried to authorize my account - with an error on the port 80 now - insecure calls don’t help
> shinyapps::setAccountInfo(name='sergei',
+ token='*******************************',
+ secret='******************************')
Error in function (type, msg, asError = TRUE) : Failed to connect to api.shinyapps.io port 80: Connection refusedTiming stopped at: 0 0 3.46
Did anyone actually figure out this issue? I have walked through all the steps in the thread and still get the SSL Certification Problem
--
You received this message because you are subscribed to the Google Groups "ShinyApps Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shinyapps-use...@googlegroups.com.
To post to this group, send email to shinyap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/5c7a9639-3e35-4e1b-bd21-6ecf23915056%40googlegroups.com.
Not sure about the proxy server, running behind corporate firewall from work. Trying to set up my account and deploy but running into issues at the setAccountInfo step:
SSL certificate problem: self signed certificate in certificate chain"
--
You received this message because you are subscribed to the Google Groups "ShinyApps Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shinyapps-use...@googlegroups.com.
To post to this group, send email to shinyap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/44abba64-410c-4065-b413-5cb5b74feb16%40googlegroups.com.