File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -822,11 +822,13 @@ def application(environ, start_response):
822
822
823
823
SRV = wsgiserver .CherryPyWSGIServer ((HOST , PORT ), application )
824
824
825
+ _https = ""
825
826
if service_conf .HTTPS :
826
827
SRV .ssl_adapter = ssl_pyopenssl .pyOpenSSLAdapter (SERVER_CERT ,
827
828
SERVER_KEY , CERT_CHAIN )
829
+ _https = " using SSL/TLS"
828
830
logger .info ("Server starting" )
829
- print "SP listening on %s:%s" % (HOST , PORT )
831
+ print "SP listening on %s:%s%s " % (HOST , PORT , _https )
830
832
try :
831
833
SRV .start ()
832
834
except KeyboardInterrupt :
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ AxMHVGVzdCBTUIIJAJHg2V5J31I8MAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEF
31
31
BQADgYEAMuRwwXRnsiyWzmRikpwinnhTmbooKm5TINPE7A7gSQ710RxioQePPhZO
32
32
zkM27NnHTrCe2rBVg0EGz7QTd1JIwLPvgoj4VTi/fSha/tXrYUaqc9AqU1kWI4WN
33
33
+vffBGQ09mo+6CffuFTZYeOhzP/2stAPwCTU4kxEoiy0KpZMANI=
34
- </ns4 : X509Certificate ></ns4 : X509Data ></ns4 : KeyInfo ></ns0 : KeyDescriptor ><ns0 : SingleLogoutService Binding =" urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location =" http://localhost:8087/slo/redirect" /><ns0 : SingleLogoutService Binding =" urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location =" http://localhost:8087/slo/post" /><ns0 : AssertionConsumerService Binding =" urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location =" http://localhost:8087/acs/redirect" index =" 1" /><ns0 : AssertionConsumerService Binding =" urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location =" http://localhost:8087/acs/post" index =" 2" /></ns0 : SPSSODescriptor ></ns0 : EntityDescriptor >
34
+ </ns4:X509Certificate></ns4:X509Data></ns4:KeyInfo></ns0:KeyDescriptor><ns0:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://localhost:8087/acs/post" index="1" /><ns0:AttributeConsumingService index="1"><ns0:ServiceName xml:lang="en">My SP service</ns0:ServiceName><ns0:ServiceDescription xml:lang="en">Example SP</ns0:ServiceDescription><ns0:RequestedAttribute FriendlyName="sn" Name="urn:oid:2.5.4.4" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true" /><ns0:RequestedAttribute FriendlyName="givenname" Name="urn:oid:2.5.4.42" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true" /><ns0:RequestedAttribute FriendlyName="uid" Name="urn:oid:0.9.2342.19200300.100.1.1" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true" /><ns0:RequestedAttribute FriendlyName="edupersonaffiliation" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.1" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="true" /><ns0:RequestedAttribute FriendlyName="title" Name="urn:oid:2.5.4.12" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" isRequired="false" /></ns0:AttributeConsumingService></ns0:SPSSODescriptor></ns0:EntityDescriptor>
You can’t perform that action at this time.
0 commit comments