HttpRequest mit HTTPS

  • VB.NET

Es gibt 22 Antworten in diesem Thema. Der letzte Beitrag () ist von xored.

    So hab mir das mal eben angeschaut ...

    Quellcode

    1. Cipher Suites
    2. # TLS 1.3 (server has no preference)
    3. TLS_AES_128_GCM_SHA256 (0x1301) ECDH x25519 (eq. 3072 bits RSA) FS 128
    4. TLS_AES_256_GCM_SHA384 (0x1302) ECDH x25519 (eq. 3072 bits RSA) FS 256
    5. TLS_CHACHA20_POLY1305_SHA256 (0x1303) ECDH x25519 (eq. 3072 bits RSA) FS 256
    6. # TLS 1.2 (suites in server-preferred order)
    7. TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH x25519 (eq. 3072 bits RSA) FS 256
    8. TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca8) ECDH x25519 (eq. 3072 bits RSA) FS 256
    9. TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH x25519 (eq. 3072 bits RSA) FS 128


    Das sind die Cipher die der Server unterstützt, Windows 8.1 kann davon gar keine und das .Net Framework benutzt das was Windows ihm bietet.
    Kann also nicht funktionieren ...
    Habe ganz vergessen zu antworten, obwohl es ja mein Thread ist :D

    Mir hat auch folgendes ganz zu Beginn geholfen:

    VB.NET-Quellcode

    1. ​ ServicePointManager.Expect100Continue = True
    2. ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12


    War der Code irgendwo anders, ging es nicht. Aber so passt es, danke!


    Meine Website:
    www.renebischof.de

    Meine erste App (Android):
    PartyPalooza