HTTPS configuration for BeasAdministration > Utility programs > beas Server management > Internal HTTP server > HTTPS configuration for Beas |
Top
Previous
Next
|
|
Internal Beas Web server only works with HTTP protocol and by default it does not support HTTPS connections. To solve this limitation, you can add a simple configuration by using XAMPP software as a proxy. Follow the steps below:
1. Install XAMPP (the latest version) 2. After installation, the first step is to validate that the server is up and running without any problems:
5. Start the configuration of XAMPP to redirect requests to Beas Web. 6. Modify httpd.conf to uncomment the following text: ule proxy_http_m
#LoadModule proxy_html_module modules/mod_proxy_html.so
7. Start/Stop XAMPP to reload configuration. 8. Modify httpd-ssl.conf to add the rule in the system to redirect incoming requests from XAMPP to BeasWeb. 9. Add the following lines before the end of the file (port should be the port where Beas is running):
ProxyPass / http://localhost:8081/
10. Start/Stop XAMPP to reload the modified configuration.
Continue configuration by generating certificates to make http secure.
|