WAEntryPoint and SSL

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

WAEntryPoint and SSL

Matthieu P. Tourne
Hi,
I'm actually developping a Seaside service implemented as a subclass
of WAEntryPoint.
I need this service to be accessible through https, how can I
configure it that way ?
Thanks.

Regards,
Matt.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: WAEntryPoint and SSL

Boris Popov, DeepCove Labs (SNN)
You could proxy your service behind SSL-enabled web server, see

http://tinyurl.com/yyc8oz

Hope this helps,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of
Matthieu P. Tourne
Sent: Tuesday, November 07, 2006 8:06 AM
To: [hidden email]
Subject: [Seaside] WAEntryPoint and SSL

Hi,
I'm actually developping a Seaside service implemented as a subclass
of WAEntryPoint.
I need this service to be accessible through https, how can I
configure it that way ?
Thanks.

Regards,
Matt.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WAEntryPoint and SSL

Matthieu P. Tourne
Is there a cleaner way to do it ?
I know ssl can be enabled for Applications, maybe it's possible for
WAEntryPoint too ?

On 11/7/06, Boris Popov <[hidden email]> wrote:

> You could proxy your service behind SSL-enabled web server, see
>
> http://tinyurl.com/yyc8oz
>
> Hope this helps,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.
>
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of
> Matthieu P. Tourne
> Sent: Tuesday, November 07, 2006 8:06 AM
> To: [hidden email]
> Subject: [Seaside] WAEntryPoint and SSL
>
> Hi,
> I'm actually developping a Seaside service implemented as a subclass
> of WAEntryPoint.
> I need this service to be accessible through https, how can I
> configure it that way ?
> Thanks.
>
> Regards,
> Matt.
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: WAEntryPoint and SSL

Boris Popov, DeepCove Labs (SNN)
Only if your web server in Smalltalk provides SSL support and neither
Kom (Squeak) nor Webtoolkit (VisualWorks) do AFAIK. Not sure about
Swazoo.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of
Matthieu P. Tourne
Sent: Tuesday, November 07, 2006 8:31 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] WAEntryPoint and SSL

Is there a cleaner way to do it ?
I know ssl can be enabled for Applications, maybe it's possible for
WAEntryPoint too ?

On 11/7/06, Boris Popov <[hidden email]> wrote:

> You could proxy your service behind SSL-enabled web server, see
>
> http://tinyurl.com/yyc8oz
>
> Hope this helps,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.
>
> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of
> Matthieu P. Tourne
> Sent: Tuesday, November 07, 2006 8:06 AM
> To: [hidden email]
> Subject: [Seaside] WAEntryPoint and SSL
>
> Hi,
> I'm actually developping a Seaside service implemented as a subclass
> of WAEntryPoint.
> I need this service to be accessible through https, how can I
> configure it that way ?
> Thanks.
>
> Regards,
> Matt.
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WAEntryPoint and SSL

Janko Mivšek
Swazoo 1.0 on VW has a SSL support, on both Linux and Windows,
interfacing an OpenSSL library. Go to contributed/Swazoo and read
readme.txt for instalation. It should work on VW 7.2 (I'm using it on
that version), but I'm not sure about later VW versions.

Best regards
JAnko

Boris Popov wrote:
> Only if your web server in Smalltalk provides SSL support and neither
> Kom (Squeak) nor Webtoolkit (VisualWorks) do AFAIK. Not sure about
> Swazoo.
>
> Cheers!
>
> -Boris
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside