Jump to content

PLESK Homepage wird nicht angezeigt


Houbi
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Recommended Posts

Posted

Problem gelöst.

 

Also, der ISA Server kann von Haus as SSL nur auf Port 443 machen. Da kann man Regeln erstellen und Ports aufmachen so viel man will, SSL geht primar nur durch 443 und 536 (glaube ich). Mittels einem kleine VBScript kann man dem ISA aber trotzdem beibringen SSL auch auf anderen Ports zu akzeptieren.

 

Beispiel für Port 8443:

 

- set isa=CreateObject("FPC.Root")

- settprange=isa.Arrays.GetContainingArray.ArrayPolicy.

WebProxy.TunnelPortRanges

- set tmp=tprange.AddRange("SSL 8443", 8443, 8443)

- tprange.Save^

 

 

http://support.microsoft.com/default.aspx?scid=kb;EN-US;283284

 

 

Grüsse,

Houbi

Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...