Hi, 
thanks for the reply I already have virtual host for SSL please tell me if it 
further requires some configuration or any other parameter, I am really stuck 
on this.

<VirtualHost _default_:443>
  | 
  |     DocumentRoot "C:/java/ApacheSoftwareFoundation/Apache2.2/htdocs"
  |     ServerName 59.160.109.11:443
  |     ServerAdmin [EMAIL PROTECTED]
  |     ErrorLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/error.log"
  |     TransferLog     
"C:/java/ApacheSoftwareFoundation/Apache2.2/logs/access.log"
  | 
  |     SSLEngine on
  | 
  |     SSLCipherSuite  
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
  |     SSLCertificateFile      
"C:/java/ApacheSoftwareFoundation/Apache2.2/conf/sp-cert.pem"
  | 
  |     SSLCertificateKeyFile   
"C:/java/ApacheSoftwareFoundation/Apache2.2/conf/sp-key.pem"
  | 
  |     <FilesMatch "\.(cgi|shtml|phtml|php)$">
  |         SSLOptions +StdEnvVars
  |     </FilesMatch>
  |     <Directory "C:/java/ApacheSoftwareFoundation/Apache2.2/cgi-bin">
  |         SSLOptions +StdEnvVars
  |     </Directory>
  | 
  |     BrowserMatch ".*MSIE.*" \
  |          nokeepalive ssl-unclean-shutdown \
  |          downgrade-1.0 force-response-1.0
  | 
  |     CustomLog       
"C:/java/ApacheSoftwareFoundation/Apache2.2/logs/ssl_request.log" \
  |           "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
  | 
  | </VirtualHost>

Thanks,
Deepak

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167493#4167493

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167493
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to