2018年11月14日水曜日

Visual StudioでWeb/APIアプリ開発にてSSLを有効にした開発のさいにPOSTMANがPOSTでエラーを返す問題について

発生するエラーについて


Could not get any response
There was an error connecting to https://localhost:44341/api/todo.
Why this might have happened:
  • The server couldn't send a response:
    Ensure that the backend is working properly
  • Self-signed SSL certificates are being blocked:
    Fix this by turning off 'SSL certificate verification' in Settings > General
  • Proxy configured incorrectly
    Ensure that proxy is configured correctly in Settings > Proxy
  • Request timeout:
    Change request timeout in Settings > General

これは、SSL証明書のチェックをしている部分で弾かれるのでそれを無効にします。

「SSL certificate verification」を無効に!

手順は以下の通り




設定が完了すると動作します。。。


あれ?戻り値がBadReqeust()を返してますね。
Webリソースのテストは、curlでテストでも良いかと思います。

0 件のコメント:

コメントを投稿