Changes between Version 10 and Version 11 of SystemAdministration/Security/TLS


Ignore:
Timestamp:
12/02/15 13:28:33 (8 years ago)
Author:
Sander Maijers
Comment:

ENHANCE: Adapt curl command to be able to test http:// as well.

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Security/TLS

    v10 v11  
    6262{{{
    6363#!sh
    64 curl -v --resolve 'infra.clarin.eu:443:127.0.0.1' 'https://infra.clarin.eu'
     64
     65curl -v -4 --resolve 'infra.clarin.eu:443:127.0.0.1' --resolve 'infra.clarin.eu:80:127.0.0.1' 'https://infra.clarin.eu/'
    6566}}}