Login  
Search All Forums
Dart Home | PowerTCP Server for ActiveX | Custom Development Reply | PowerTCP Server for ActiveX Topics | Forums   
AuthorForum: PowerTCP Server for ActiveX
Topic: Installing Multiple SLL Certificates
jplavocos

From: Heber City, UT USA
Posts: 7
Member Since: 11/28/03
posted February 21, 2008 11:39 PM

I have successfully used a single ssl certificate for many years. Now I need to install multiple ssl certificates. It only seems to recognize the last installed certificate in the For next loop, not the first certificate. Does Power TCP Active X tool support this?


Dim Certificate As Certificate
Store.Name = "MY"
Store.Location = locationLocalMachine

Store.Refresh

For Each Certificate In Store.Certificates

    Select Case Certificate.IssuedTo

        Case "www.msframes.com"
            WebServer1.Certificate = Certificate
        
        Case "www.michaelsutter.com"
            WebServer1.Certificate = Certificate

    End Select

Next
Amit

From: Rome, NY USA
Posts: 315
Member Since: 03/15/06
posted February 22, 2008 3:59 PM

Hello,

Which version of PowerTCP WebServer Tool are you using?
I have tested this with the latest version and could not replicate the said scenario.
You may install a trial version of the latest release from following location:
http://dart.com/ptwbs_trial.aspx

Best Regards,
Amit

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

jplavocos

From: Heber City, UT USA
Posts: 7
Member Since: 11/28/03
posted February 24, 2008 1:19 AM

Amit,
I downloaded the newest version...but it is the same problem.
I am not sure if you are understanding my question/problem.

I allow 2 different domains to run on Power TCP WebServer. Each domain has it's own certificate.
I need BOTH certificates to be set at runtime so that the domain www.mydomain1.com matches www.mydomain1.com certificate AND www.mydomain2.com matches www.mydomain2.com certificate.
Does that help clear up the question?
Thank you
Amit

From: Rome, NY USA
Posts: 315
Member Since: 03/15/06
posted February 25, 2008 2:10 PM

Hello,

Are you looking to simultaneously use 2 certificates at once? It seems that you are looking to send different certificates to different clients?
If this is the said scenario, then unfortunately this is not possible.

Do let me know if I have misunderstood the issue.

Best Regards,
Amit

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

jplavocos

From: Heber City, UT USA
Posts: 7
Member Since: 11/28/03
posted February 26, 2008 7:29 AM

Amit,
You are correct..
simultaneously use 2 certificates at once
Just like any WebServer on the market.
Amit

From: Rome, NY USA
Posts: 315
Member Since: 03/15/06
posted February 26, 2008 5:48 PM

Hello John,

I just tried to build a Website in IIS6.0 (using two certificates) however was not able to do so. I exhausted all of my resources however could not create such a Website.
Do you have any idea on how such a website could be created in IIS 6.0?

Best Regards,
Amit

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

Reply | PowerTCP Server for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX