Since Ruby 2.4, RubyInstaller is based on MSYS2 toolchain. If you want to compile C based ruby gems, you will have to download and install all necessary MSYS2 build tools by typing the command ridk install
used by the official installer.
According to VMWare Knowledge base article, connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities.
This will block the execution of the Apache service on Bearsampp.
You can change the VMware Workstation Server ports when you install Workstation and after Workstation is installed.
To connect from a second instance of Workstation to Workstation Server:
- Go to File > Connect to Server.
- Enter the host name or IP address of the host machine running Workstation Server.
- When prompted, login with the username and password of a local administrator on the remote host.
Note: If the VMware Workstation Server service running on the remote server is not using the default port, you must specify the port number. For example, remotehost:444.
With the Shared VMs Workstation preferences, you can also disable the server. To access the Shared VMs Workstation preferences:
- Go to Edit > Preferences.
- Click the Shared VMs tab.
Since Chrome 58, self-signed certificates generated with Bearsampp are no longer accepted and you will have the error NET::ERR_CERT_AUTHORITY_INVALID
if you go to https://localhost
. To resolve this you can add the .crt files to the local trusted certificate store using the steps below.
- First go to the ssl folder of bearsampp and locate the .crt file then right click on the .crt file and select "Install certificate"
- Next choose "local machine"
- Next choose "Place all certificates in the following store" and then select "Trusted Root Certificate Authorities"
- Now choose "finish"
- Repeats for each .crt
- Close and reopen the browser
Reporting an issue
Before submitting an issue
Please do a search in open issues to see if the issue or feature request has already been filed and read the FAQ page first.If you find your issue already exists, make relevant comments and add your reaction.
Use a reaction like


If you cannot find an existing issue that describes your bug or feature, submit an issue using the guidelines below.
Writing good bug reports and feature requests
File a single issue per problem and feature request.- Do not enumerate multiple bugs or feature requests in the same issue.
- Do not add your issue as a comment to an existing issue unless it’s for the identical input. Many issues look similar, but have different causes.
- Do include images and/or video if it helps explain your issue better.
- Do not use any language other then english
You are now ready to create a new issue!
Closure policy
- Issues that don’t have the information requested above (when applicable) will be closed immediately and the poster directed to the support guidelines.
- Issues that go a week without a response from original poster are subject to closure at our discretion.