You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Raghunath Konda <ra...@yahoo.co.in> on 2006/09/07 14:14:46 UTC

[users@httpd] link to ab with ssl support

Hi, 

 Fro one of my application, when I tried to access it
using ab wiht https i am getting the foloowing error. 
 
[root@localhost root]# ab https://1.1.1.10/myfile
SSL not compiled in; no https support

 I searched in google for ab version which supports
SSL and procedure for SSL compilation. On my client PC
SSL is configured and I have OpeenSSL version 0.9.7a. 

 Could you please tell me the procedure for SSL
compilation.  Appreciate your help!!

Thank you
Raghu
 
 


		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] link to ab with ssl support

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
It's all spelled out - but the 'magic' you are specifically interested
in is the abs.dsp project, which enables SSL and sets the path to the
srclib/openssl/ tree (you can create a junction to your SSL tree, or
you can add that to INCLUDE and LIB paths.)  Building the abs target
compiles in openssl support.

The makefile.win decides if srclib/openssl exists, it should move the
abs.exe instead of ab.exe into your INSTDIR/bin/ab.exe location.

Bill

Raghunath Konda wrote:
> Hi, 
> 
>  Fro one of my application, when I tried to access it
> using ab wiht https i am getting the foloowing error. 
>  
> [root@localhost root]# ab https://1.1.1.10/myfile
> SSL not compiled in; no https support
> 
>  I searched in google for ab version which supports
> SSL and procedure for SSL compilation. On my client PC
> SSL is configured and I have OpeenSSL version 0.9.7a. 
> 
>  Could you please tell me the procedure for SSL
> compilation.  Appreciate your help!!
> 
> Thank you
> Raghu
>  
>  
> 
> 
> 		
> __________________________________________________________
> Yahoo! India Answers: Share what you know. Learn something new
> http://in.answers.yahoo.com/
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> .
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org