惊奇漫画

Results 25 comments of 惊奇漫画

@williamMillington I'm really really thank you for you spend time to help me. Maybe I'm not explain my backend system architecture clear. My backend system is below: The ios APP...

Thanks williamMillington and Lukasa for your answer. I try some methods today. It's till cannot call success TLS. But I get some learning. - About `.withTLS(certificateVerification: .none)` I think williamMillington...

> Hi Lukasa thanks for you quick reply, I modify my nignx server donfig to below: Looks like I still cannot call success by hostname: my init code: ```swift let...

Add `.withTLS(serverHostnameOverride: "hostname:443")` when init will request success by hostname. I donot know whether it is expected🤣🤣🤣. The code should be ```swift let channel = ClientConnection // .usingPlatformAppropriateTLS(for: group) .secure(group:...

Looks like it's still cannot request without `.withTLS(certificateVerification: .none)`, I will try some other config when initialize later..

Hi Lukasa Below is my sesrve pem content: ``` -----BEGIN CERTIFICATE----- MIICqjCCAZICCQDkHsZStUi4ezANBgkqhkiG9w0BAQsFADAVMRMwEQYDVQQDDApw ZXRwZXQuZnVuMB4XDTIxMTIwNjE2MDIxNloXDTMxMTIwNDE2MDIxNlowGTEXMBUG A1UEAwwOcnBjLnBldHBldC5mdW4wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK AoIBAQCrmXZrw/Glw6sCnsbWz6oSDaQM73x8xyR5u4rhO6wf3DXaCxlaWBn3VAuJ ty10i+KIzK48afeQaT7FazZSnRLpynHRlHLG7vZIRwBgBWS+gc6o/3vvYQ0U8Ov9 0d0QwXbfCtH13qXDFFCmK8vBp1oAEYYAtBec3Mq2NomDUh8koUajMC38Ewh7WcLm w/lVNoq3liaqsXFal4wGF7u9Tuwy5+HZm14bCM12bvJhg6/fA13KLuhXziDIquTB YUtsdgaDaY/FO2UHrVR2CYble16YqY1yN0eEtNVkwK2ZCcKRUoF0RHWSg97vG9Fq ZeNXIPWD1iMjKPwsiDXGFb+HfYEZAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAIdO KhjpkAGJ9Skmkg0S72COODKIFvyrtNY/z3JkNR5Xgs9rvEncdCUwIQ4blhfwfJsQ JpafrHOPklEwySxSqluc/GAVYeFOUua1zIPdJ6uoh7kEyhzDXsfGL2RuaicYbdk8 LikcK/wOb1JyTr8SmMMxsTgffUGvSFXZEGCW90gxAvv7vf9cWQJH8HvNqb/AIZ+w PouCol40S4H01evrwVKLgYNmkqvQRVDmnqrlDKlK+UwSXWmhtxNjIthpuKpAOFZI xVGIr/yp2vo033PpJ/IVZp2FfzEbY0HlowYJzLdrSMnosjb2XDa0j0mR7DWw6sBN qXqpjYey5yXKDF7JxWg= -----END CERTIFICATE----- ``` BTW...

> Hmm, you don't have any subject alternative names in this certificate, which is a bit unfortunate. I wonder if updating the certificate to contain them would help. Otherwise I'm...

> Yes I can find the connection log.

i got the same problem like you. Maybe the algorithm does not fit for colorful image. ![amtsx4xbh3n21](https://user-images.githubusercontent.com/3955487/54925586-8f7c3680-4f49-11e9-806c-f3a8c502d197.png)

My result is based on another implement for FSRCNN. Maybe lost some algorithm detail. Maybe it does not works well for colorful image, Not sure....