This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access Webadmin through reverse proxy

Hey Everyone,

Ok so up until recently this was working flawlessly for me.  I have 2 apache webservers that live in my DMZ and I have rules setup for the astaro to only be available to certain hosts remotely.  However as of late it is no longer reachable externally.  I keep getting a SSL handshake error.


 ServerName ***.***.net
  ProxyPass / 192.168.1.129:4444/ retry=0 timeout=5
  ProxyPassReverse / https://192.168.1.129:4444/
  
    Order allow,deny
    allow from 192.168.1.0/24 (there are more lines here but for security reasons they've been removed)
    
  SSLProxyEngine On
  SSLEngine On
  SSLProtocol all
  SSLProxyVerify none
  SSLProxyCheckPeerCN off
  SSLVerifyClient None
  SSLCertificateFile /etc/apache2/ssl/***_***_net.crt
  SSLCertificateKeyFile /etc/apache2/ssl/***_***_net.key
  SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem
  SSLCACertificateFile /etc/apache2/ssl/ca.pem



I'm not sure whats changed recently.  The only thing that happend to my apache servers was that they were upgraded to Ubuntu 13.10.  

Thank you all in advance for your help with this.


This thread was automatically locked due to age.