ERROR system error 99 (Cannot assign requested address)

I'm trying to limit RStudio Server access to just my IP address on my Linux EC2 instance.

I used the instructions here and added www-address=[myipaddress] to the config file located at /etc/rstudio/rserver.conf.

I added the line to the top of the file, tried to verify installation the RStudio Server and got this error.

`

ERROR system error 99 (Cannot assign requested address); OCCURRED AT: rstudio::core::Error rstudio::core::http::initTcpIpAcceptor(rstudio::core::http::SocketAcceptorService<rstudio_boost::asio::ip::tcp>&, const string&, const string&) /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/core/include/core/http/TcpIpSocketUtils.hpp:103; LOGGED FROM: int main(int, char* const*) /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/server/ServerMain.cpp:502

`

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.