Starting ATS Diagnostics

Configuring ATS Info.plist keys and displaying the result of HTTPS loads to https://6661000.safe.prd.gw.fsapi.com.
A test will "PASS" if URLSession:task:didCompleteWithError: returns a nil error.
================================================================================

Default ATS Secure Connection
---
ATS Default Connection
ATS Dictionary:
{
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028e6a00 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 15ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <C4A28815-2814-4DAA-94B4-05D3BE7ED234>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <C4A28815-2814-4DAA-94B4-05D3BE7ED234>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

Allowing Arbitrary Loads

---
Allow All Loads
ATS Dictionary:
{
    NSAllowsArbitraryLoads = true;
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f0240 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <AA34D7C6-9692-4E64-BEA2-23CED6D68BAC>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <AA34D7C6-9692-4E64-BEA2-23CED6D68BAC>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

Configuring TLS exceptions for 6661000.safe.prd.gw.fsapi.com

---
TLSv1.3
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.3";
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028fc030 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <6B908E06-E004-4BF4-AAEB-12657A6BAD6C>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <6B908E06-E004-4BF4-AAEB-12657A6BAD6C>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.2
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.2";
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f0b70 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <40C8855E-C7C9-4443-9BD4-56C93D669065>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <40C8855E-C7C9-4443-9BD4-56C93D669065>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.1
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.1";
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028e0510 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <13AA8A6D-7AF7-410D-92AF-C26368270FEB>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <13AA8A6D-7AF7-410D-92AF-C26368270FEB>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.0
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.0";
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028fc450 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <1A0E6078-0BD1-4801-9FBD-DC54DE1C6746>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <1A0E6078-0BD1-4801-9FBD-DC54DE1C6746>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

Configuring PFS exceptions for 6661000.safe.prd.gw.fsapi.com

---
Disabling Perfect Forward Secrecy
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f4330 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <85F0D607-2D23-443F-9C0A-1DAD93DF5A23>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <85F0D607-2D23-443F-9C0A-1DAD93DF5A23>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

Configuring PFS exceptions and allowing insecure HTTP for 6661000.safe.prd.gw.fsapi.com

---
Disabling Perfect Forward Secrecy and Allowing Insecure HTTP
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionAllowsInsecureHTTPLoads = true;
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028fc270 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <2283003E-025E-4823-BB68-2C4DBF4AC332>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <2283003E-025E-4823-BB68-2C4DBF4AC332>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

Configuring TLS exceptions with PFS disabled for 6661000.safe.prd.gw.fsapi.com

---
TLSv1.3 with PFS disabled
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.3";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f4060 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <C4F28F65-5C8C-4E0B-8091-80A14C2BEDAF>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <C4F28F65-5C8C-4E0B-8091-80A14C2BEDAF>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.2 with PFS disabled
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.2";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f4480 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <533F97FD-AE51-43CC-8CC5-69B2B356E27D>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <533F97FD-AE51-43CC-8CC5-69B2B356E27D>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.1 with PFS disabled
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.1";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028fc5d0 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <60CD381B-BE51-439E-8627-44BEEBC7B280>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <60CD381B-BE51-439E-8627-44BEEBC7B280>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.0 with PFS disabled
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionMinimumTLSVersion = "TLSv1.0";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f4510 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <E3EAC891-06D0-4960-B0D4-97567637DCD8>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <E3EAC891-06D0-4960-B0D4-97567637DCD8>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

Configuring TLS exceptions with PFS disabled and insecure HTTP allowed for 6661000.safe.prd.gw.fsapi.com

---
TLSv1.3 with PFS disabled and insecure HTTP allowed
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionAllowsInsecureHTTPLoads = true;
            NSExceptionMinimumTLSVersion = "TLSv1.3";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028fc630 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <27648351-1136-451B-9F37-F06C7319F7B9>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <27648351-1136-451B-9F37-F06C7319F7B9>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.2 with PFS disabled and insecure HTTP allowed
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionAllowsInsecureHTTPLoads = true;
            NSExceptionMinimumTLSVersion = "TLSv1.2";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f42d0 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <E54645E5-38E3-4EF5-B4CE-9DFDA2795280>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <E54645E5-38E3-4EF5-B4CE-9DFDA2795280>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.1 with PFS disabled and insecure HTTP allowed
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionAllowsInsecureHTTPLoads = true;
            NSExceptionMinimumTLSVersion = "TLSv1.1";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028fc960 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <06B0DC08-16FE-4B1F-9263-4C5F38C115F9>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <06B0DC08-16FE-4B1F-9263-4C5F38C115F9>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

---
TLSv1.0 with PFS disabled and insecure HTTP allowed
ATS Dictionary:
{
    NSExceptionDomains =     {
        "6661000.safe.prd.gw.fsapi.com" =         {
            NSExceptionAllowsInsecureHTTPLoads = true;
            NSExceptionMinimumTLSVersion = "TLSv1.0";
            NSExceptionRequiresForwardSecrecy = false;
        };
    };
}
Result : FAIL
Error : Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x6000028f1260 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorDomainKey=12, _kCFStreamErrorCodeKey=8, _NSURLErrorNWResolutionReportKey=Resolved 0 endpoints in 0ms using unknown from cache, _NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: ipsec0, ipv4, ipv6, dns, constrained, uses wifi}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <9CDCC751-DDE4-46CF-86FE-16459F0C897D>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <9CDCC751-DDE4-46CF-86FE-16459F0C897D>.<1>"
), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://6661000.safe.prd.gw.fsapi.com/, NSErrorFailingURLKey=https://6661000.safe.prd.gw.fsapi.com/, _kCFStreamErrorDomainKey=12}
---

================================================================================

